Skip to content

Commit

Permalink
ci: go cache is handled by golangci/golangci-lint-action (#669)
Browse files Browse the repository at this point in the history
The golangci/golangci-lint-action handle its own cache, we should not
pollute it with the setup-go cache.
  • Loading branch information
jooola authored Jan 10, 2024
1 parent a5e871d commit 675f310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false

- name: Run gofmt
run: diff -u <(echo -n) <(gofmt -d -s .)
Expand Down

0 comments on commit 675f310

Please sign in to comment.