Skip to content

Commit 7dc1f10

Browse files
committed
updating go version
1 parent 63f2fd2 commit 7dc1f10

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/integration-tests-against-emulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
174174
- uses: actions/setup-go@v2
175175
with:
176-
go-version: "1.25.8"
176+
go-version: "1.25.9"
177177
- run: go version
178178
- run: go build
179179
- run: go test -v ./...

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/setup-go@v2
2727
with:
2828
# Need to use a version less than 1.25 due to https://github.com/golang/go/issues/74462.
29-
go-version: '>=1.23.0 <1.25.0'
29+
go-version: '>=1.23.0 <1.25.9'
3030
- uses: actions/setup-node@v2
3131
with:
3232
node-version: 18

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-go@v2
2727
with:
28-
go-version: "1.25.8"
28+
go-version: "1.25.9"
2929
- name: Set up Node.js
3030
uses: actions/setup-node@v2
3131
with:

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Detailed instructions on how to install a new component in gCloud can be found [
9191
Building from source is only supported for MacOS and Linux based platforms.
9292

9393
1. Install Go ([download](https://golang.org/doc/install)) on your development machine if it is not already installed, configure the [GOPATH](https://pkg.go.dev/cmd/go@master#hdr-GOPATH_environment_variable) environment variable if it is not already configured, and [test your installation](https://golang.org/doc/install#testing). <br/>
94-
Required go version: 1.25.0+
94+
Required go version: 1.25.9+
9595
2. Install nodejs ([download](https://nodejs.org/en/download)). <br/>
9696
Required node version: v18.20.6+
9797
3. Install angular-cli ([instructions](https://angular.dev/tools/cli/setup-local#install-the-angular-cli))

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GoogleCloudPlatform/spanner-migration-tool
22

3-
go 1.25.8
3+
go 1.25.9
44

55
require (
66
cloud.google.com/go v0.123.0

0 commit comments

Comments
 (0)