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