We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b409aa + b591374 commit 563cf73Copy full SHA for 563cf73
.github/workflows/pr-golangci-lint.yaml
@@ -29,17 +29,6 @@ jobs:
29
with:
30
go-version: ${{ steps.vars.outputs.go_version }}
31
32
- - name: Cache golangci-lint binary
33
- id: golangci-cache
34
- uses: actions/cache@v4
35
- with:
36
- # Cache location used by golangci-lint-action
37
- path: ~/.cache/golangci-lint
38
- # Change this when updating golangci-lint version
39
- key: golangci-lint-v1.60.2
40
- restore-keys: |
41
- golangci-lint-
42
-
43
- name: golangci-lint
44
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # tag=v6.1.1
45
0 commit comments