We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45ecd3 commit 2c6c356Copy full SHA for 2c6c356
1 file changed
.github/workflows/golangci-lint.yml
@@ -16,10 +16,9 @@ jobs:
16
go-version: 1.23.6
17
- uses: actions/checkout@v3
18
- name: golangci-lint
19
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v6
20
with:
21
- # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
22
- version: v1.45.2
+ version: v1.64.5
23
24
# Optional: golangci-lint command line arguments.
25
args: --timeout 10m0s --max-issues-per-linter 0 --max-same-issues 0 --print-issued-lines
0 commit comments