Skip to content

Commit

Permalink
Merge pull request #4491 from dmvolod/update-init-validation-golang-v…
Browse files Browse the repository at this point in the history
…ersion

🐛 Update golang version to 1.23.0 in init validation logic
  • Loading branch information
k8s-ci-robot authored Jan 16, 2025
2 parents d063d5a + 0e988a6 commit b4c7e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugins/golang/v4/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (

// Variables and function to check Go version requirements.
var (
goVerMin = golang.MustParse("go1.19.0")
goVerMin = golang.MustParse("go1.23.0")
goVerMax = golang.MustParse("go2.0alpha1")
)

Expand Down

0 comments on commit b4c7e44

Please sign in to comment.