Skip to content

Commit

Permalink
[ci] Stop using setup-go-v3 (#3339)
Browse files Browse the repository at this point in the history
  • Loading branch information
marun authored Aug 27, 2024
1 parent 50421c6 commit 33cc086
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 28 deletions.
24 changes: 0 additions & 24 deletions .github/actions/setup-go-for-project-v3/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/build-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- uses: ./.github/actions/install-focal-deps

- uses: ./.github/actions/setup-go-for-project-v3
- uses: ./.github/actions/setup-go-for-project

- run: go version

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 @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-go-for-project-v3
- uses: ./.github/actions/setup-go-for-project
- run: go version

- name: Build the avalanchego binaries
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-focal-deps
- uses: ./.github/actions/setup-go-for-project-v3
- uses: ./.github/actions/setup-go-for-project
- run: go version

- name: Build the avalanchego binaries
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-focal-deps
if: matrix.os == 'custom-arm64-focal'
- uses: ./.github/actions/setup-go-for-project-v3
- uses: ./.github/actions/setup-go-for-project
- name: Set timeout on Windows # Windows UT run slower and need a longer timeout
shell: bash
if: matrix.os == 'windows-2022'
Expand Down

0 comments on commit 33cc086

Please sign in to comment.