We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc59cc commit bb4845aCopy full SHA for bb4845a
.github/workflows/linters.yml
@@ -16,8 +16,8 @@ jobs:
16
go-version: stable
17
18
- name: Run linter
19
- uses: golangci/golangci-lint-action@v6.1.0 # Action page: <https://github.com/golangci/golangci-lint-action>
+ uses: golangci/golangci-lint-action@v6.3.2 # Action page: <https://github.com/golangci/golangci-lint-action>
20
with:
21
- version: v1.62 # without patch version
+ version: v1.64 # without patch version
22
only-new-issues: false # show only new issues if it's a pull request
23
args: --timeout=10m --build-tags=race ./...
0 commit comments