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 fc79c8e commit 703380cCopy full SHA for 703380c
.github/workflows/pr-golangci-lint.yaml
@@ -28,10 +28,9 @@ jobs:
28
with:
29
go-version: ${{ steps.vars.outputs.go_version }}
30
- name: golangci-lint
31
- uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # tag=v6.5.1
+ uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v6.5.1
32
33
- version: v1.63.4
34
- args: --out-format=colored-line-number
+ version: v2.4.0
35
working-directory: ${{matrix.working-directory}}
36
- name: Lint API
37
run: GOLANGCI_LINT_EXTRA_ARGS=--out-format=colored-line-number make lint-api
0 commit comments