Skip to content

Commit 12785b2

Browse files
fix: update all dependencies (#748)
* fix: update all dependencies * chore: go mod tidy * chore: update tests after removal of session pool --------- Co-authored-by: Knut Olav Løite <koloite@gmail.com>
1 parent 13253b4 commit 12785b2

24 files changed

Lines changed: 211 additions & 7329 deletions

.github/workflows/integration-tests-on-emulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: 1.25.x
23+
go-version: 1.26.x
2424
- name: Checkout code
2525
uses: actions/checkout@v6
2626
- name: Run Go integration tests on emulator

.github/workflows/integration-tests-on-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Go
2626
uses: actions/setup-go@v6
2727
with:
28-
go-version: 1.25.x
28+
go-version: 1.26.x
2929
- name: Checkout code
3030
uses: actions/checkout@v6
3131
- name: Auth

.github/workflows/python-spanner-lib-wrapper-system-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v6
2929
with:
30-
go-version: '1.25.x'
30+
go-version: '1.26.x'
3131

3232
- name: Set up Python
3333
uses: actions/setup-python@v6

.github/workflows/python-spanner-lib-wrapper-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v6
2525
with:
26-
go-version: '1.25.x'
26+
go-version: '1.26.x'
2727

2828
- name: Set up Python
2929
uses: actions/setup-python@v6

.github/workflows/release-dotnet-native-spanner-lib.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install Go
1212
uses: actions/setup-go@v6
1313
with:
14-
go-version: 1.25
14+
go-version: 1.26
1515
- name: Checkout code
1616
uses: actions/checkout@v6
1717
- name: Build shared library
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Go
3737
uses: actions/setup-go@v6
3838
with:
39-
go-version: 1.25
39+
go-version: 1.26
4040
- name: Checkout code
4141
uses: actions/checkout@v6
4242
- name: Build shared library

.github/workflows/release-ruby-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Go
3838
uses: actions/setup-go@v6
3939
with:
40-
go-version: 1.25.x
40+
go-version: 1.26.x
4141

4242
- name: Set up Ruby
4343
uses: ruby/setup-ruby@v1

.github/workflows/ruby-wrapper-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Go
2929
uses: actions/setup-go@v6
3030
with:
31-
go-version: '1.25.x'
31+
go-version: '1.26.x'
3232

3333
- name: Set up Ruby
3434
uses: ruby/setup-ruby@v1

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Go
3333
uses: actions/setup-go@v6
3434
with:
35-
go-version: 1.25.x
35+
go-version: 1.26.x
3636

3737
- name: Install tools
3838
run: |

benchmarks/go.mod

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ module github.com/googleapis/go-sql-spanner/benchmarks
22

33
go 1.24.0
44

5-
toolchain go1.25.6
5+
toolchain go1.26.0
66

77
replace github.com/googleapis/go-sql-spanner => ../
88

99
require (
1010
cloud.google.com/go v0.123.0
11-
cloud.google.com/go/spanner v1.87.0
11+
cloud.google.com/go/spanner v1.88.0
1212
github.com/google/uuid v1.6.0
1313
github.com/googleapis/go-sql-spanner v1.23.0
14-
google.golang.org/api v0.263.0
14+
google.golang.org/api v0.266.0
1515
google.golang.org/grpc v1.78.0
1616
google.golang.org/protobuf v1.36.11
1717
)
@@ -24,7 +24,7 @@ require (
2424
cloud.google.com/go/iam v1.5.3 // indirect
2525
cloud.google.com/go/longrunning v0.8.0 // indirect
2626
cloud.google.com/go/monitoring v1.24.3 // indirect
27-
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.3 // indirect
27+
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.6.0 // indirect
2828
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect
2929
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3030
github.com/cncf/xds/go v0.0.0-20251022180443-0feb69152e9f // indirect
@@ -34,10 +34,9 @@ require (
3434
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
3535
github.com/go-logr/logr v1.4.3 // indirect
3636
github.com/go-logr/stdr v1.2.2 // indirect
37-
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
3837
github.com/google/s2a-go v0.1.9 // indirect
3938
github.com/googleapis/enterprise-certificate-proxy v0.3.11 // indirect
40-
github.com/googleapis/gax-go/v2 v2.16.0 // indirect
39+
github.com/googleapis/gax-go/v2 v2.17.0 // indirect
4140
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
4241
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
4342
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
@@ -53,12 +52,12 @@ require (
5352
go.opentelemetry.io/otel/trace v1.39.0 // indirect
5453
golang.org/x/crypto v0.47.0 // indirect
5554
golang.org/x/net v0.49.0 // indirect
56-
golang.org/x/oauth2 v0.34.0 // indirect
55+
golang.org/x/oauth2 v0.35.0 // indirect
5756
golang.org/x/sync v0.19.0 // indirect
5857
golang.org/x/sys v0.40.0 // indirect
5958
golang.org/x/text v0.33.0 // indirect
6059
golang.org/x/time v0.14.0 // indirect
61-
google.golang.org/genproto v0.0.0-20251202230838-ff82c1b0f217 // indirect
62-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
63-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
60+
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // indirect
61+
google.golang.org/genproto/googleapis/api v0.0.0-20260203192932-546029d2fa20 // indirect
62+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 // indirect
6463
)

0 commit comments

Comments
 (0)