Skip to content

Commit

Permalink
Merge pull request #77 from SumoLogic/setup-go-faster
Browse files Browse the repository at this point in the history
Use the setup-go-faster github action
  • Loading branch information
echlebek committed Apr 29, 2024
2 parents 3d57590 + 9cb4985 commit 08a377e
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 08a377e

Please sign in to comment.