Skip to content

Commit f3904c1

Browse files
committed
chore(ci): update linters
1 parent 754329e commit f3904c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linters.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
go-version: stable
1717

1818
- name: Run linter
19-
uses: golangci/golangci-lint-action@v6.1.1 # Action page: <https://github.com/golangci/golangci-lint-action>
19+
uses: golangci/golangci-lint-action@v6.3.3 # Action page: <https://github.com/golangci/golangci-lint-action>
2020
with:
21-
version: v1.61 # without patch version
21+
version: v1.64 # without patch version
2222
only-new-issues: false # show only new issues if it's a pull request
2323
args: --timeout=10m --build-tags=race

0 commit comments

Comments
 (0)