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 38fac89 commit 87db2a3Copy full SHA for 87db2a3
.github/workflows/pr.yml
@@ -44,12 +44,9 @@ jobs:
44
# - 1.18rc1 -> 1.18.0-rc.1
45
go-version: ${{ env.GO_VERSION }}
46
- name: lint
47
- uses: golangci/golangci-lint-action@v4.0.0
+ uses: golangci/golangci-lint-action@v5.1.0
48
with:
49
version: latest
50
- # skip cache because of flaky behaviors
51
- skip-build-cache: true
52
- skip-pkg-cache: true
53
54
tests-on-windows:
55
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
0 commit comments