Skip to content

Commit

Permalink
deps: update dependency go to v1.23.5 (#2771)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 17, 2025
1 parent 76a4dc7 commit 1bf2007
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmarks/latency-comparison/golang/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module cloud.google.com/pgadapter-latency-benchmark

go 1.22

toolchain go1.23.4
toolchain go1.23.5

require (
cloud.google.com/go/spanner v1.73.0
Expand Down
2 changes: 1 addition & 1 deletion samples/golang/gorm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module gorm

go 1.22

toolchain go1.23.4
toolchain go1.23.5

require (
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250101102758-b554b94f49f2
Expand Down
2 changes: 1 addition & 1 deletion samples/golang/pgx/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module pgadapter-pgx-sample

go 1.22

toolchain go1.23.4
toolchain go1.23.5

require (
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250101102758-b554b94f49f2
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/golang-snippets/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module golang-snippets

go 1.22

toolchain go1.23.4
toolchain go1.23.5

require (
github.com/docker/docker v27.5.0+incompatible
Expand Down
2 changes: 1 addition & 1 deletion wrappers/golang/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/pgadapter/wrappers/golang

go 1.22

toolchain go1.23.4
toolchain go1.23.5

require (
github.com/docker/docker v27.5.0+incompatible
Expand Down

0 comments on commit 1bf2007

Please sign in to comment.