Skip to content

Commit 361febf

Browse files
authored
Update golang lint version and GH action version (#592)
1 parent 047b530 commit 361febf

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
@@ -30,7 +30,7 @@ jobs:
3030
go-version-file: go.mod
3131
- name: Run golangci-lint
3232
if: env.GIT_DIFF
33-
uses: golangci/golangci-lint-action@v3
33+
uses: golangci/golangci-lint-action@v5
3434
with:
35-
version: v1.54
35+
version: v1.62
3636
skip-cache: true

0 commit comments

Comments
 (0)