Skip to content

Commit 58fe53f

Browse files
committed
chore: update go.mod
1 parent 44a76a1 commit 58fe53f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ linters-settings:
2323

2424
govet:
2525
# report about shadowed variables
26-
check-shadowing: false
26+
shadow: false
2727

2828
gofmt:
2929
# simplify code: gofmt with `-s` option, true by default

tools/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module tools
22

3-
go 1.23
3+
go 1.24
4+
45
toolchain go1.24.0
56

67
require (

0 commit comments

Comments
 (0)