Skip to content

Commit

Permalink
Use the setup-go-faster github action
Browse files Browse the repository at this point in the history
The setup-go github action is currently broken for darwin. The
setup-go-faster github action is presumably not broken, and is also
faster.
  • Loading branch information
echlebek committed Apr 29, 2024
1 parent 3d57590 commit 9cb4985
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-install-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
- name: Setup go
if: steps.changed-files.outputs.any_changed == 'true'
uses: actions/setup-go@v5
with:
cache-dependency-path: 'install-script/test/go.sum'
uses: WillAbides/setup-go-faster@v1.14.0

- name: Run install script tests
if: steps.changed-files.outputs.any_changed == 'true'
Expand Down

0 comments on commit 9cb4985

Please sign in to comment.