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 0285666 commit eb75644Copy full SHA for eb75644
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