Skip to content

Commit

Permalink
ci: fix cache error in linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Oct 13, 2023
1 parent c00b8e8 commit 9a85252
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/golint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
# workaround: when the files to be extracted are already present, tar extraction in Golangci Lint fails with the "File exists"
# https://github.com/golangci/golangci-lint-action/issues/807
cache: false

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 9a85252

Please sign in to comment.