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.
2 parents 1ad1926 + 88752df commit 3b55b3cCopy full SHA for 3b55b3c
.github/workflows/linter.yml
@@ -24,9 +24,9 @@ jobs:
24
uses: jaxxstorm/[email protected]
25
with:
26
repo: golangci/golangci-lint
27
- tag: v2.2.2
+ tag: v2.4.0
28
cache: enable
29
- binaries-location: golangci-lint-2.2.2-linux-amd64
+ binaries-location: golangci-lint-2.4.0-linux-amd64
30
31
- name: Run linter
32
shell: /usr/bin/bash {0}
.golangci.yml
@@ -20,5 +20,3 @@ linters:
20
- noinlineerr
21
# Intentionally using time.Local for user's local timezone
22
- gosmopolitan
23
- # strings.SplitSeq doesn't exist in Go 1.21
- - modernize
0 commit comments