Skip to content

Commit 851d9b2

Browse files
committed
Fix golangci-lint version at release action
Signed-off-by: Ferran Rodenas <[email protected]>
1 parent 9bb7327 commit 851d9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.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@v3
2929
with:
30-
version: v1.54.2
30+
version: v1.60.3
3131
args: --issues-exit-code=1
3232
only-new-issues: true
3333

0 commit comments

Comments
 (0)