Skip to content

Commit 2cbaef0

Browse files
committed
Skip golangci-lint-action cache
golangci/golangci-lint-action#677
1 parent 6106dcc commit 2cbaef0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
- name: golangci-lint
5959
uses: golangci/golangci-lint-action@v3
6060
with:
61+
# FIXME: https://github.com/golangci/golangci-lint-action/issues/677
62+
skip-pkg-cache: true
6163
version: v1.51.2
6264

6365
- name: Setup Python

0 commit comments

Comments
 (0)