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 9d06bb7 commit 6488e77Copy full SHA for 6488e77
.github/workflows/golangci-lint.yml
@@ -26,13 +26,13 @@ jobs:
26
- uses: actions/checkout@v4
27
- uses: actions/setup-go@v5
28
with:
29
- go-version: '1.22'
+ go-version: '1.24'
30
cache: false
31
- name: golangci-lint
32
uses: golangci/golangci-lint-action@v4
33
34
# Require: The version of golangci-lint to use.
35
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
36
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
37
- version: v1.54
+ version: v2.1.6
38
args: --timeout=5m
0 commit comments