We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a76a1 commit 58fe53fCopy full SHA for 58fe53f
.golangci.yml
@@ -23,7 +23,7 @@ linters-settings:
23
24
govet:
25
# report about shadowed variables
26
- check-shadowing: false
+ shadow: false
27
28
gofmt:
29
# simplify code: gofmt with `-s` option, true by default
tools/go.mod
@@ -1,6 +1,7 @@
1
module tools
2
3
-go 1.23
+go 1.24
4
+
5
toolchain go1.24.0
6
7
require (
0 commit comments