Skip to content

Commit 1032e18

Browse files
Update golangci/golangci-lint-action action to v9
1 parent fb70766 commit 1032e18

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
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
go-version: stable
1919
- name: golangci-lint
20-
uses: golangci/golangci-lint-action@v8
20+
uses: golangci/golangci-lint-action@v9
2121
with:
2222
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
2323
version: latest

0 commit comments

Comments
 (0)