Skip to content

Commit

Permalink
feat: close db conn after query (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba authored Nov 29, 2023
1 parent 2c0771c commit fc38487
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nodejs 16.14.0
python 3.11.0
postgres 14.1
golang 1.19.4
golang 1.21.0
helm 3.10.2
2 changes: 1 addition & 1 deletion aggregator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.4-bullseye as builder
FROM golang:1.21-bullseye as builder

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions aggregator/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sso-dashboard.bcgov.com/aggregator

go 1.19
go 1.21.0

require (
github.com/go-co-op/gocron v1.18.0
Expand Down Expand Up @@ -132,7 +132,7 @@ require (
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0 // indirect
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 // indirect
golang.org/x/mod v0.6.0 // indirect
Expand Down
Loading

0 comments on commit fc38487

Please sign in to comment.