Skip to content

Commit 38d6bda

Browse files
committed
ci: allow any v3 of golangci-lint-action to be used
1 parent f36ac8a commit 38d6bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
go-version: '>=1.19.0'
1818
- uses: actions/checkout@v3
1919
- name: Run golangci-lint
20-
uses: golangci/golangci-lint-action@v3.4.0
20+
uses: golangci/golangci-lint-action@v3
2121
with:
2222
version: latest

0 commit comments

Comments
 (0)