File tree Expand file tree Collapse file tree
benchmarks/latency-comparison/golang Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 - uses : actions/checkout@v4
3434 - uses : actions/setup-go@v5
3535 with :
36- go-version : ' 1.24.2 '
36+ go-version : ' 1.24.3 '
3737 - run : go version
3838 - name : Run gorm Sample tests
3939 working-directory : ./samples/golang/gorm
Original file line number Diff line number Diff line change 1919 - run : java -version
2020 - uses : actions/setup-go@v5
2121 with :
22- go-version : ' 1.24.2 '
22+ go-version : ' 1.24.3 '
2323 - run : go version
2424 - uses : actions/setup-python@v5
2525 with :
7575 - run : java -version
7676 - uses : actions/setup-go@v5
7777 with :
78- go-version : ' 1.24.2 '
78+ go-version : ' 1.24.3 '
7979 - run : go version
8080 - uses : actions/setup-python@v5
8181 with :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module cloud.google.com/pgadapter-latency-benchmark
22
33go 1.23.0
44
5- toolchain go1.24.2
5+ toolchain go1.24.3
66
77require (
88 cloud.google.com/go/spanner v1.80.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module gorm
22
33go 1.23.0
44
5- toolchain go1.24.2
5+ toolchain go1.24.3
66
77require (
88 github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250501081058-25272b070101
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module migrate
22
33go 1.23.0
44
5- toolchain go1.24.2
5+ toolchain go1.24.3
66
77require (
88 github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250501081058-25272b070101
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module pgadapter-pgx-sample
22
33go 1.23.0
44
5- toolchain go1.24.2
5+ toolchain go1.24.3
66
77require (
88 github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250501081058-25272b070101
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module golang-snippets
22
33go 1.23.0
44
5- toolchain go1.24.2
5+ toolchain go1.24.3
66
77require (
88 github.com/docker/docker v28.1.1+incompatible
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/pgadapter/wrappers/golang
22
33go 1.23.0
44
5- toolchain go1.24.2
5+ toolchain go1.24.3
66
77require (
88 github.com/docker/docker v28.1.1+incompatible
You can’t perform that action at this time.
0 commit comments