Skip to content

Commit 49ecdb6

Browse files
committed
fix(ci): upgrade golangci-lint action to v6 and pin to v2.6.1 to match local config
1 parent 5fd216b commit 49ecdb6

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
@@ -22,9 +22,9 @@ jobs:
2222
cache: false
2323

2424
- name: golangci-lint
25-
uses: golangci/golangci-lint-action@v4
25+
uses: golangci/golangci-lint-action@v6
2626
with:
27-
version: latest
27+
version: v2.6.1
2828
args: --timeout=5m
2929

3030
format:

0 commit comments

Comments
 (0)