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 43995b0 commit 3840b84Copy full SHA for 3840b84
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
env:
16
GO_VERSION: stable
17
- GOLANGCI_LINT_VERSION: v1.63.4
+ GOLANGCI_LINT_VERSION: v1.64.8
18
CGO_ENABLED: 0
19
20
steps:
.golangci.yml
@@ -1,7 +1,7 @@
1
linters:
2
enable-all: true
3
disable:
4
- - exportloopref # deprecated
+ - tenv # deprecated
5
- cyclop # duplicate of gocyclo
6
- sqlclosecheck # not relevant (SQL)
7
- rowserrcheck # not relevant (SQL)
go.mod
@@ -1,3 +1,3 @@
module github.com/golangci/revgrep
-go 1.21
+go 1.23.0
0 commit comments