Skip to content

Commit 2c6c356

Browse files
Adjust linter workflow.
1 parent c45ecd3 commit 2c6c356

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
go-version: 1.23.6
1717
- uses: actions/checkout@v3
1818
- name: golangci-lint
19-
uses: golangci/golangci-lint-action@v3
19+
uses: golangci/golangci-lint-action@v6
2020
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
21+
version: v1.64.5
2322

2423
# Optional: golangci-lint command line arguments.
2524
args: --timeout 10m0s --max-issues-per-linter 0 --max-same-issues 0 --print-issued-lines

0 commit comments

Comments
 (0)