Skip to content

Commit 2530c94

Browse files
chore(deps): update golangci/golangci-lint-action action to v9
1 parent e08928c commit 2530c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version-file: "./go.mod"
2020
cache: true
2121
- name: golangci-lint
22-
uses: golangci/golangci-lint-action@v8
22+
uses: golangci/golangci-lint-action@v9
2323
with:
2424
version: latest
2525
args: --config=.golangci.yml -v --timeout 1m

0 commit comments

Comments
 (0)