Skip to content

Commit affec20

Browse files
authored
Merge pull request #2656 from github/go/1.24
Go: Use Go `1.24` in PR checks
2 parents 6063925 + a963b41 commit affec20

6 files changed

+6
-6
lines changed

.github/workflows/__go-tracing-autobuilder.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-custom-build-steps.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-legacy-workflow.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/go-tracing-autobuilder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
steps:
77
- uses: actions/setup-go@v5
88
with:
9-
go-version: "~1.23.0"
9+
go-version: "~1.24.0"
1010
# to avoid potentially misleading autobuilder results where we expect it to download
1111
# dependencies successfully, but they actually come from a warm cache
1212
cache: false

pr-checks/checks/go-tracing-custom-build-steps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ operatingSystems: ["ubuntu", "macos"]
44
steps:
55
- uses: actions/setup-go@v5
66
with:
7-
go-version: "~1.23.0"
7+
go-version: "~1.24.0"
88
# to avoid potentially misleading autobuilder results where we expect it to download
99
# dependencies successfully, but they actually come from a warm cache
1010
cache: false

pr-checks/checks/go-tracing-legacy-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
steps:
77
- uses: actions/setup-go@v5
88
with:
9-
go-version: "~1.23.0"
9+
go-version: "~1.24.0"
1010
# to avoid potentially misleading autobuilder results where we expect it to download
1111
# dependencies successfully, but they actually come from a warm cache
1212
cache: false

0 commit comments

Comments
 (0)