Skip to content

Commit a891ce1

Browse files
committed
bump golang lint action to version 6
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
1 parent 1fc71cb commit a891ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version: stable
2424
cache: false
2525
- name: golangci-lint
26-
uses: golangci/golangci-lint-action@v4
26+
uses: golangci/golangci-lint-action@v6
2727
with:
28-
version: v1.61.0
28+
version: v1.64.6
2929
args: --timeout 3m

0 commit comments

Comments
 (0)