We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403437e commit 5357885Copy full SHA for 5357885
.github/workflows/pr.yml
@@ -44,7 +44,7 @@ jobs:
44
# - 1.18rc1 -> 1.18.0-rc.1
45
go-version: ${{ env.GO_VERSION }}
46
- name: lint
47
- uses: golangci/golangci-lint-action@v3.7.0
+ uses: golangci/golangci-lint-action@v4.0.0
48
with:
49
version: latest
50
# skip cache because of flaky behaviors
0 commit comments