Skip to content

Commit d8110cf

Browse files
Update golangci/golangci-lint-action action to v7
1 parent ae67358 commit d8110cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codetests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: go-test
1919
run: go test ./pkg/...
2020
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@v3
21+
uses: golangci/golangci-lint-action@v7
2222
with:
2323
version: 'v1.55'

0 commit comments

Comments
 (0)