Skip to content

Commit 4c7a68f

Browse files
committed
chore: don't use caching for go task in lint github action
This seems to cause double caching. golangci/golangci-lint-action#135
1 parent 542bafa commit 4c7a68f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
uses: actions/setup-go@v4
4141
with:
4242
go-version: 1.21.5
43+
cache: false # because of https://github.com/golangci/golangci-lint-action/issues/135
4344
- name: golangci-lint
4445
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
4546
with:
46-
version: v1.54.1 # should match the version in Makefile
47+
version: v1.54.1 # should match the version in Makefile

0 commit comments

Comments
 (0)