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.
2 parents d063d5a + 0e988a6 commit b4c7e44Copy full SHA for b4c7e44
pkg/plugins/golang/v4/init.go
@@ -36,7 +36,7 @@ import (
36
37
// Variables and function to check Go version requirements.
38
var (
39
- goVerMin = golang.MustParse("go1.19.0")
+ goVerMin = golang.MustParse("go1.23.0")
40
goVerMax = golang.MustParse("go2.0alpha1")
41
)
42
0 commit comments