Skip to content

Commit 3e163bb

Browse files
committed
fix: update all dependencies
1 parent 7ebcabc commit 3e163bb

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Go
1818
uses: actions/setup-go@v6
1919
with:
20-
go-version: 1.25.x
20+
go-version: 1.26.x
2121
- name: Checkout code
2222
uses: actions/checkout@v6
2323
- name: Run 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/postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Go
1818
uses: actions/setup-go@v6
1919
with:
20-
go-version: 1.25.x
20+
go-version: 1.26.x
2121
- name: Checkout code
2222
uses: actions/checkout@v6
2323
- name: Checkout gorm

benchmarks/go.mod

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

33
go 1.24.0
44

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

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

@@ -11,7 +11,7 @@ require (
1111
github.com/google/uuid v1.6.0
1212
github.com/googleapis/go-gorm-spanner v1.9.1
1313
github.com/googleapis/go-sql-spanner v1.23.0
14-
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409
14+
google.golang.org/genproto v0.0.0-20260209200024-4cfbd4190f57
1515
google.golang.org/grpc v1.78.0
1616
gorm.io/datatypes v1.2.7
1717
gorm.io/gorm v1.31.1

benchmarks/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7
208208
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc=
209209
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
210210
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
211-
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 h1:VQZ/yAbAtjkHgH80teYd2em3xtIkkHd7ZhqfH2N9CsM=
212-
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409/go.mod h1:rxKD3IEILWEu3P44seeNOAwZN4SaoKaQ/2eTg4mM6EM=
211+
google.golang.org/genproto v0.0.0-20260209200024-4cfbd4190f57 h1:uZSB/r2MjH9IsqpG2vRNSV1Juteix90oHe8oTcLW9tk=
212+
google.golang.org/genproto v0.0.0-20260209200024-4cfbd4190f57/go.mod h1:nGuPfp0lnDJcJD0J47StV0Skgnw3qMSQhjsLKiejq5Y=
213213
google.golang.org/genproto/googleapis/api v0.0.0-20260203192932-546029d2fa20 h1:7ei4lp52gK1uSejlA8AZl5AJjeLUOHBQscRQZUgAcu0=
214214
google.golang.org/genproto/googleapis/api v0.0.0-20260203192932-546029d2fa20/go.mod h1:ZdbssH/1SOVnjnDlXzxDHK2MCidiqXtbYccJNzNYPEE=
215215
google.golang.org/genproto/googleapis/rpc v0.0.0-20260203192932-546029d2fa20 h1:Jr5R2J6F6qWyzINc+4AM8t5pfUz6beZpHp678GNrMbE=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/googleapis/go-gorm-spanner
22

33
go 1.24.0
44

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

77
require (
88
cloud.google.com/go v0.123.0

postgresql/samples/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ module sample
22

33
go 1.24.0
44

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

77
require (
88
cloud.google.com/go v0.123.0
99
cloud.google.com/go/spanner v1.88.0
1010
github.com/google/uuid v1.6.0
11-
github.com/googleapis/go-gorm-spanner v1.9.2-0.20260112130927-fc18997408aa
12-
github.com/googleapis/go-gorm-spanner/postgresql/samples v1.9.2-0.20260112130927-fc18997408aa
13-
github.com/googleapis/go-gorm-spanner/samples v0.0.0-20260105140813-323dad1f1396
11+
github.com/googleapis/go-gorm-spanner 7ebcabc44a11
12+
github.com/googleapis/go-gorm-spanner/postgresql/samples 7ebcabc44a11
13+
github.com/googleapis/go-gorm-spanner/samples 7ebcabc44a11
1414
github.com/googleapis/go-sql-spanner v1.23.0
1515
github.com/stretchr/testify v1.11.1
1616
google.golang.org/api v0.266.0

samples/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/googleapis/go-gorm-spanner/samples
22

33
go 1.24.0
44

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

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

@@ -13,7 +13,7 @@ require (
1313
github.com/docker/go-connections v0.6.0
1414
github.com/golang/protobuf v1.5.4
1515
github.com/google/uuid v1.6.0
16-
github.com/googleapis/go-gorm-spanner v1.9.0
16+
github.com/googleapis/go-gorm-spanner v1.9.1
1717
github.com/googleapis/go-sql-spanner v1.23.0
1818
github.com/stretchr/testify v1.11.1
1919
google.golang.org/api v0.266.0

0 commit comments

Comments
 (0)