Skip to content

Commit 6e94f5d

Browse files
committed
chore: fix go.sum
1 parent 60edd9e commit 6e94f5d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/golangci/golangci-lint
22

3-
go 1.22.1
3+
go 1.22.9
4+
5+
toolchain go1.23.4
46

57
require (
68
4d63.com/gocheckcompilerdirectives v1.2.1
@@ -160,6 +162,7 @@ require (
160162
github.com/google/go-cmp v0.6.0 // indirect
161163
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
162164
github.com/gostaticanalysis/comment v1.4.2 // indirect
165+
github.com/gostaticanalysis/testutil v0.5.2 // indirect
163166
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 // indirect
164167
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
165168
github.com/hashicorp/hcl v1.0.0 // indirect

go.sum

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)