We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b504325 commit a333689Copy full SHA for a333689
.github/workflows/pr.yml
@@ -37,7 +37,7 @@ jobs:
37
# stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1).
38
go-version: ${{ env.GO_VERSION }}
39
- name: lint
40
- uses: golangci/golangci-lint-action@v3.1.0
+ uses: golangci/golangci-lint-action@v3.2.0
41
with:
42
version: latest
43
# skip cache because of flaky behaviors
0 commit comments