Skip to content

Commit

Permalink
ci: enable golangci-lint cache (robertkrimen#451)
Browse files Browse the repository at this point in the history
Remove skip-cache: true and restore skip-pkg-cache: true and
skip-build-cache: true so that we still cache golangci-lint results
which skip-cache: true disables.
  • Loading branch information
stevenh authored and sg3des committed Jul 17, 2023
1 parent 7389d25 commit 4c70a7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
with:
version: ${{ matrix.golangci }}
args: "--out-${NO_FUTURE}format colored-line-number"
skip-cache: true
skip-pkg-cache: true
skip-build-cache: true

- name: Go Build
run: go build ./...
Expand Down

0 comments on commit 4c70a7b

Please sign in to comment.