Skip to content

Commit 5248619

Browse files
authored
update linter settings (#3290)
1 parent 442581d commit 5248619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
uses: actions/checkout@v3
2929

3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@v3
31+
uses: golangci/golangci-lint-action@v6
3232
with:
33-
version: latest
33+
version: v1.63
3434
args: --config=.github/linters/.golangci.yml
3535
only-new-issues: true

0 commit comments

Comments
 (0)