Skip to content

Commit 3f99a8d

Browse files
committed
Add comment remembering special settings for golangci-lint-action
golangci-lint-action caching conflicts with the setup-go cache and `go get` above. See golangci/golangci-lint-action#23
1 parent 3037cbb commit 3f99a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
uses: golangci/golangci-lint-action@v3
4646
with:
4747
version: v1.53
48-
skip-pkg-cache: true
48+
skip-pkg-cache: true # golangci-lint-action caching conflicts with the setup-go cache and `go get` above. See https://github.com/golangci/golangci-lint-action/issues/23

0 commit comments

Comments
 (0)