Skip to content

Commit

Permalink
Revert setup-go to v3 on all arm actions (#2749)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph authored Feb 19, 2024
1 parent d372402 commit 74c7e10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
- uses: actions/setup-go@v3
with:
go-version: ${{ env.go_version }}
check-latest: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ubuntu-arm64-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- uses: actions/setup-go@v3
with:
go-version: ${{ env.go_version }}
check-latest: true
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- uses: actions/setup-go@v3
with:
go-version: ${{ env.go_version }}
check-latest: true
Expand Down

0 comments on commit 74c7e10

Please sign in to comment.