Skip to content

Commit 5d55901

Browse files
committed
Use Go 1.22 in workflows
1 parent 908a883 commit 5d55901

6 files changed

+12
-6
lines changed

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

+2-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

+2-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

+2-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

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ env:
66
steps:
77
- uses: actions/setup-go@v5
88
with:
9-
go-version: "~1.21.1"
9+
go-version: "~1.22.0"
10+
cache: false
1011
- uses: ./../action/init
1112
with:
1213
languages: go

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ operatingSystems: ["ubuntu", "macos"]
44
steps:
55
- uses: actions/setup-go@v5
66
with:
7-
go-version: "~1.21.1"
7+
go-version: "~1.22.0"
8+
cache: false
89
- uses: ./../action/init
910
with:
1011
languages: go

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ env:
66
steps:
77
- uses: actions/setup-go@v5
88
with:
9-
go-version: "~1.21.1"
9+
go-version: "~1.22.0"
10+
cache: false
1011
- uses: ./../action/init
1112
with:
1213
languages: go

0 commit comments

Comments
 (0)