Skip to content

Commit

Permalink
task: remove cache from go installation (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Mar 12, 2024
1 parent 103e85c commit 8895e19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
- name: lint
uses: golangci/golangci-lint-action@v4.0.0
with:
Expand Down

0 comments on commit 8895e19

Please sign in to comment.