We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eee916 commit 7fcd71aCopy full SHA for 7fcd71a
.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.1
+ uses: golangci/golangci-lint-action@v3.4.0
47
with:
48
version: latest
49
# skip cache because of flaky behaviors
0 commit comments