ci: enable golangci-lint cache (#451)

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.
This commit is contained in:
Steven Hartland
2022-11-25 21:34:48 +00:00
committed by GitHub
parent e311ec4305
commit 9163a3ee27

View File

@@ -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 ./...