We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f9951 commit 8996658Copy full SHA for 8996658
.github/workflows/pr-golangci-lint.yaml
@@ -30,9 +30,8 @@ jobs:
30
go-version: ${{ steps.vars.outputs.go_version }}
31
32
- name: golangci-lint
33
- uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # tag=v6.5.2
+ uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
34
with:
35
# update the version when updating golangci-lint
36
version: v2.1.2
37
- args: --out-format=colored-line-number
38
working-directory: ${{matrix.working-directory}}
0 commit comments