Skip to content

Commit 015e941

Browse files
committed
ci: update linter version
1 parent 14c2f91 commit 015e941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: golangci-lint
2828
uses: golangci/golangci-lint-action@v6
2929
with:
30-
version: v1.58
30+
version: latest
3131
args: --timeout=5m
3232
- run: go mod download
3333
- run: go test -coverprofile=coverage.txt -covermode=atomic ./...

0 commit comments

Comments
 (0)