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.
1 parent f2487ae commit 63ccffaCopy full SHA for 63ccffa
.github/workflows/pr.yml
@@ -33,6 +33,10 @@ jobs:
33
uses: golangci/golangci-lint-action@v2.5.1
34
with:
35
version: latest
36
+ # skip cache because of flaky behaviors
37
+ skip-pkg-cache: true
38
+ skip-build-cache: true
39
+
40
tests-on-windows:
41
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
42
runs-on: windows-latest
0 commit comments