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