Skip to content

Commit

Permalink
Bump go versions (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
secwall authored Dec 16, 2024
1 parent 4328a76 commit 87fa7d1
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 209 deletions.
2 changes: 1 addition & 1 deletion benchmarks/client_max_routing/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module catchuploadtest

go 1.23.3
go 1.23.4

require (
github.com/lib/pq v1.10.9
Expand Down
2 changes: 1 addition & 1 deletion docker/config-validation/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module config-validation

go 1.14
go 1.23.4
12 changes: 9 additions & 3 deletions docker/ody_integration_test/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
module pkg

go 1.14
go 1.23.4

require (
github.com/jackc/pgproto3 v1.1.0
github.com/jackc/pgx/v4 v4.18.3
github.com/jackc/pgx/v5 v5.7.1
github.com/jmoiron/sqlx v1.4.0
github.com/lib/pq v1.10.9
)

require (
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/text v0.21.0 // indirect
)
Loading

0 comments on commit 87fa7d1

Please sign in to comment.