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 5ef7c83 + cfb789c commit 15abac1Copy full SHA for 15abac1
pkg/plugins/golang/v3/init.go
@@ -36,7 +36,7 @@ import (
36
// Variables and function to check Go version requirements.
37
var (
38
goVerMin = golang.MustParse("go1.17")
39
- goVerMax = golang.MustParse("go1.18")
+ goVerMax = golang.MustParse("go2.0alpha1")
40
)
41
42
var _ plugin.InitSubcommand = &initSubcommand{}
0 commit comments