Skip to content

Commit ab014e4

Browse files
committed
ci: Use golangci-lint v1.60.0
Seems to be the suggested version for Go 1.23.0: [ref](golangci/golangci-lint#4909 (comment))
1 parent c14ef48 commit ab014e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
cache: false
2929

3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@v4
31+
uses: golangci/golangci-lint-action@v8
3232
with:
33-
version: latest
33+
version: v1.60.0
3434
args: --timeout=3m --out-format=line-number --fast --max-issues-per-linter=0 --max-same-issues=0
3535
skip-cache: false
3636
skip-pkg-cache: false

0 commit comments

Comments
 (0)