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