Skip to content

Commit d8b1697

Browse files
authored
Merge pull request #2455 from github/mbg/go/1.23
Go: Bump Go version to 1.23 in tests
2 parents 9b41ced + f3f8576 commit d8b1697

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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.22.0"
9+
go-version: "~1.23.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

Lines changed: 1 addition & 1 deletion
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.22.0"
7+
go-version: "~1.23.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

Lines changed: 1 addition & 1 deletion
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.22.0"
9+
go-version: "~1.23.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)