Skip to content

Commit

Permalink
disable go-setup cache
Browse files Browse the repository at this point in the history
  • Loading branch information
deltics committed Mar 18, 2024
1 parent 9da7e52 commit 7802c90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/module-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ needs.module-info.outputs.goVersion }}
cache: false # avoid "file exists" errors from tar: https://github.com/actions/setup-go/issues/403

- name: 'go: lint'
if: ${{ github.ref != 'refs/heads/master' }}
Expand Down

0 comments on commit 7802c90

Please sign in to comment.