Skip to content

Commit

Permalink
ci: disable cache when installing golang to prevent warning
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Mar 18, 2024
1 parent f7e4824 commit 988b800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '>=1.17.0'
cache: false
- name: Install dependencies
run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest
- name: Build package (for testing)
Expand Down

0 comments on commit 988b800

Please sign in to comment.