Skip to content

Commit 4f1129c

Browse files
authored
chore: upgrade to Go 1.24 (#12781)
1 parent 6614c1f commit 4f1129c

File tree

217 files changed

+221
-223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+221
-223
lines changed

.github/workflows/apidiff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-go@v5
2424
with:
25-
go-version: '1.24.x'
25+
go-version: '1.25.x'
2626
- name: Get changed directories
2727
id: changed_dirs
2828
# Ignore changes to the internal and root directories.
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/setup-go@v5
5555
with:
56-
go-version: '1.24.x'
56+
go-version: '1.25.x'
5757
- name: Install latest apidiff
5858
run: go install golang.org/x/exp/cmd/apidiff@latest
5959
- uses: actions/checkout@v4

.github/workflows/conformance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
# Bigtable test proxy can be run on any of these Go versions
39-
go: [ '1.23', '1.24']
39+
go: [ '1.24', '1.25']
4040
folders: ['bigtable']
4141
steps:
4242
- uses: actions/checkout@v4

.github/workflows/new_client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 2
2424
- uses: actions/setup-go@v5
2525
with:
26-
go-version: 1.24.x
26+
go-version: 1.25.x
2727
- name: Find new version files
2828
id: versions
2929
# Ignore changes to the internal and root directories.

.github/workflows/owlbot_validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 1
1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: 1.24.x
21+
go-version: 1.25.x
2222
- run: |
2323
git clone -b master --single-branch --depth=1 https://github.com/googleapis/googleapis.git
2424
go run ./internal/postprocessor validate -googleapis-dir=./googleapis

.github/workflows/third_party_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 2
2121
- uses: actions/setup-go@v5
2222
with:
23-
go-version: 1.24.x
23+
go-version: 1.25.x
2424
- name: Find modified go.mod files
2525
id: modfiles
2626
run: |

.github/workflows/vet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.24.x'
22+
go-version: '1.25.x'
2323
- name: Install tools
2424
run: |
2525
go install golang.org/x/lint/golint@latest && \

README.md

Lines changed: 1 addition & 1 deletion

accessapproval/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module cloud.google.com/go/accessapproval
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/googleapis/gax-go/v2 v2.15.0

accesscontextmanager/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module cloud.google.com/go/accesscontextmanager
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
cloud.google.com/go/iam v1.5.2

advisorynotifications/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module cloud.google.com/go/advisorynotifications
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/googleapis/gax-go/v2 v2.15.0

0 commit comments

Comments
 (0)