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 cb43da6 commit ba1f0c3Copy full SHA for ba1f0c3
go.mod
@@ -1,6 +1,7 @@
1
module github.com/golangci/golangci-lint/v2
2
3
go 1.23.0
4
+toolchain go1.24.1
5
6
require (
7
4d63.com/gocheckcompilerdirectives v1.3.0
@@ -64,7 +65,7 @@ require (
64
65
github.com/kisielk/errcheck v1.9.0
66
github.com/kkHAIKE/contextcheck v1.1.6
67
github.com/kulti/thelper v0.6.3
- github.com/kunwardeep/paralleltest v1.0.10
68
+ github.com/kunwardeep/paralleltest v1.0.12
69
github.com/lasiar/canonicalheader v1.1.2
70
github.com/ldez/exptostd v0.4.2
71
github.com/ldez/gomoddirectives v0.6.1
go.sum
0 commit comments