We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23467d8 commit 818107bCopy full SHA for 818107b
.github/workflows/pr-golangci-lint.yaml
@@ -27,10 +27,7 @@ jobs:
27
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@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
32
- with:
33
- version: v2.0.2
34
- working-directory: ${{matrix.working-directory}}
+ - name: Install golangci-lint
+ run: go install github.com/golangci/golangci-lint/v2/cmd/[email protected]
35
- name: Lint API
36
run: make lint-api
0 commit comments