Skip to content

Commit d2e1e4a

Browse files
BBBmaumelinath
andauthored
GO: Upgrade Go version from 1.23 -> 1.24 (#15293)
Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
1 parent a0ff5c5 commit d2e1e4a

Some content is hidden

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

41 files changed

+221
-212
lines changed

.ci/magician/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module magician
22

3-
go 1.23
3+
go 1.24
44

55
replace github.com/GoogleCloudPlatform/magic-modules/tools/issue-labeler => ../../tools/issue-labeler
66

.ci/unit-tests/gcb-membership-checker-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
steps:
3-
- name: 'golang:1.23'
3+
- name: 'golang:1.24'
44
args:
55
- '-c'
66
- |

.github/workflows/build-downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2626
with:
27-
go-version: '^1.23'
27+
go-version: '^1.24'
2828

2929
# Cache Go modules
3030
- name: Cache Go modules

.github/workflows/changelog-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2020
with:
21-
go-version: '^1.23.0'
21+
go-version: '^1.24.0'
2222

2323
- name: Build
2424
run: |

.github/workflows/ensure-service-team-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2424
with:
25-
go-version: '^1.23.0'
25+
go-version: '^1.24.0'
2626
- name: Build issue-labeler
2727
run: |
2828
cd tools/issue-labeler

.github/workflows/gofmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2828
with:
2929
cache: false
30-
go-version: '^1.23'
30+
go-version: '^1.24'
3131
- name: gofmt
3232
run: |
3333
GOFMT_OUTPUT="$(gofmt -l .)"

.github/workflows/request-reviewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Go
3030
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
3131
with:
32-
go-version: '^1.23'
32+
go-version: '^1.24'
3333
# Disable caching for now due to issues with large provider dependency caches
3434
cache: false
3535
- name: Build magician

.github/workflows/scheduled-pr-reminders.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2222
with:
23-
go-version: '^1.23'
23+
go-version: '^1.24'
2424
# Disable caching for now due to issues with large provider dependency caches
2525
cache: false
2626
- name: Build magician

.github/workflows/test-tgc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
if: ${{ !failure() && steps.pull_request.outputs.has_changes == 'true' }}
7878
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
7979
with:
80-
go-version: '^1.23'
80+
go-version: '^1.24'
8181
- name: Build Terraform Google Conversion
8282
if: ${{ !failure() && steps.pull_request.outputs.has_changes == 'true' }}
8383
run: |

.github/workflows/test-tpg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: ${{ !failure() && steps.pull_request.outputs.has_changes == 'true' }}
7474
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
7575
with:
76-
go-version: '^1.23'
76+
go-version: '^1.24'
7777
- name: Build Provider
7878
if: ${{ !failure() && steps.pull_request.outputs.has_changes == 'true' }}
7979
run: |

0 commit comments

Comments
 (0)