Skip to content

Commit 9bdf3f3

Browse files
committed
action: update golangci-lint version
Signed-off-by: Abirdcfly <[email protected]>
1 parent 3d8226b commit 9bdf3f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919
go-version-file: 'go.mod'
2020

2121
- name: Run golangci-lint
22-
uses: golangci/golangci-lint-action@v3.2.0
22+
uses: golangci/golangci-lint-action@v6
2323
with:
2424
version: latest
25+
install-mode: "binary"
2526
args: --enable=gofmt
2627

2728
- name: Build

0 commit comments

Comments
 (0)