We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a809b commit de82fdfCopy full SHA for de82fdf
.github/workflows/pr-golangci-lint.yaml
@@ -24,13 +24,13 @@ jobs:
24
id: vars
25
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
26
- name: Set up Go
27
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
+ uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3.0
28
with:
29
go-version: ${{ steps.vars.outputs.go_version }}
30
- name: golangci-lint
31
- uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # tag=v6.5.2
+ uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
32
33
- version: v1.63.4
+ version: v2.0.2
34
args: --out-format=colored-line-number
35
working-directory: ${{matrix.working-directory}}
36
- name: Lint API
0 commit comments