Skip to content

Commit 2baeae1

Browse files
authored
Update linters.yml
1 parent a14a74d commit 2baeae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
go-version: 'stable'
1717

1818
- name: Run linter
19-
uses: golangci/golangci-lint-action@v3 # Action page: <https://github.com/golangci/golangci-lint-action>
19+
uses: golangci/golangci-lint-action@v6.1.0 # Action page: <https://github.com/golangci/golangci-lint-action>
2020
with:
21-
version: v1.59 # without patch version
21+
version: v1.60 # without patch version
2222
only-new-issues: false # show only new issues if it's a pull request

0 commit comments

Comments
 (0)