Skip to content

Commit b4c7e44

Browse files
authored
Merge pull request #4491 from dmvolod/update-init-validation-golang-version
🐛 Update golang version to 1.23.0 in init validation logic
2 parents d063d5a + 0e988a6 commit b4c7e44

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)