Skip to content

Commit 0e988a6

Browse files
committed
🐛 Update golang version to 1.23.0 in init validation logic
1 parent d063d5a commit 0e988a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/plugins/golang/v4/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636

3737
// Variables and function to check Go version requirements.
3838
var (
39-
goVerMin = golang.MustParse("go1.19.0")
39+
goVerMin = golang.MustParse("go1.23.0")
4040
goVerMax = golang.MustParse("go2.0alpha1")
4141
)
4242

0 commit comments

Comments
 (0)