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 61120fd commit 5625349Copy full SHA for 5625349
go.mod
@@ -1,8 +1,6 @@
1
module github.com/golangci/golangci-lint
2
3
-go 1.22.9
4
-
5
-toolchain go1.23.4
+go 1.22.1
6
7
require (
8
4d63.com/gocheckcompilerdirectives v1.2.1
@@ -162,7 +160,6 @@ require (
162
160
github.com/google/go-cmp v0.6.0 // indirect
163
161
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
164
github.com/gostaticanalysis/comment v1.4.2 // indirect
165
- github.com/gostaticanalysis/testutil v0.5.2 // indirect
166
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 // indirect
167
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
168
github.com/hashicorp/hcl v1.0.0 // indirect
go.sum
0 commit comments