Skip to content

Commit

Permalink
chore: don't cache go artifacts in lint github action
Browse files Browse the repository at this point in the history
This seems to cause double caching.

golangci/golangci-lint-action#135
  • Loading branch information
justinsb committed Feb 27, 2024
1 parent 542bafa commit 293ab2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.21.5
cache: false # because of https://github.com/golangci/golangci-lint-action/issues/135
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.54.1 # should match the version in Makefile
version: v1.54.1 # should match the version in Makefile

0 comments on commit 293ab2d

Please sign in to comment.