Skip to content

Commit 563cf73

Browse files
authored
Merge pull request #5166 from nawazkh/update_golang_ci_3
remove unnecassary caching of of golangci-lint
2 parents 8b409aa + b591374 commit 563cf73

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/pr-golangci-lint.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,6 @@ jobs:
2929
with:
3030
go-version: ${{ steps.vars.outputs.go_version }}
3131

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-
4332
- name: golangci-lint
4433
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # tag=v6.1.1
4534
with:

0 commit comments

Comments
 (0)