Skip to content

Commit

Permalink
Allow other patch versions of Go in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael B. Gale committed Oct 4, 2023
1 parent f6d9b6b commit 8ac1877
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__go-tracing-autobuilder.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__go-tracing-custom-build-steps.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__go-tracing-legacy-workflow.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pr-checks/checks/go-tracing-autobuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.21.1"
go-version: "~1.21.1"
- uses: ./../action/init
with:
languages: go
Expand Down
2 changes: 1 addition & 1 deletion pr-checks/checks/go-tracing-custom-build-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ operatingSystems: ["ubuntu", "macos"]
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.21.1"
go-version: "~1.21.1"
- uses: ./../action/init
with:
languages: go
Expand Down
2 changes: 1 addition & 1 deletion pr-checks/checks/go-tracing-legacy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.21.1"
go-version: "~1.21.1"
- uses: ./../action/init
with:
languages: go
Expand Down

0 comments on commit 8ac1877

Please sign in to comment.