Skip to content

Commit 703380c

Browse files
committed
update golangci-lint version
1 parent fc79c8e commit 703380c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pr-golangci-lint.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ jobs:
2828
with:
2929
go-version: ${{ steps.vars.outputs.go_version }}
3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # tag=v6.5.1
31+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v6.5.1
3232
with:
33-
version: v1.63.4
34-
args: --out-format=colored-line-number
33+
version: v2.4.0
3534
working-directory: ${{matrix.working-directory}}
3635
- name: Lint API
3736
run: GOLANGCI_LINT_EXTRA_ARGS=--out-format=colored-line-number make lint-api

0 commit comments

Comments
 (0)