Skip to content

Commit 8ac1877

Browse files
committed
Allow other patch versions of Go in workflows
1 parent f6d9b6b commit 8ac1877

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@v4
88
with:
9-
go-version: "1.21.1"
9+
go-version: "~1.21.1"
1010
- uses: ./../action/init
1111
with:
1212
languages: go

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@v4
66
with:
7-
go-version: "1.21.1"
7+
go-version: "~1.21.1"
88
- uses: ./../action/init
99
with:
1010
languages: go

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@v4
88
with:
9-
go-version: "1.21.1"
9+
go-version: "~1.21.1"
1010
- uses: ./../action/init
1111
with:
1212
languages: go

0 commit comments

Comments
 (0)