Skip to content

Commit 15abac1

Browse files
authored
Merge pull request #2570 from camilamacedo86/fix-ci
🌱 allowing run tool with go 1.18 to test against prow
2 parents 5ef7c83 + cfb789c commit 15abac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/plugins/golang/v3/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636
// Variables and function to check Go version requirements.
3737
var (
3838
goVerMin = golang.MustParse("go1.17")
39-
goVerMax = golang.MustParse("go1.18")
39+
goVerMax = golang.MustParse("go2.0alpha1")
4040
)
4141

4242
var _ plugin.InitSubcommand = &initSubcommand{}

0 commit comments

Comments
 (0)