Skip to content

Commit 5783cd7

Browse files
committed
Use latest golangci/golangci-lint-action
1 parent 30a9ad7 commit 5783cd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cache: true
2020

2121
- name: Lint
22-
uses: golangci/golangci-lint-action@v6
22+
uses: golangci/golangci-lint-action@v9
2323
with:
2424
version: v2.13.2
2525
args: --timeout 10m

0 commit comments

Comments
 (0)