fix regex

pull/12375/head
Medya Gh 2021-08-30 15:05:08 -07:00
parent b6dfcd53e5
commit 402994d99e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ RPM_REVISION ?= 0
# update this only by running `make update-golang-version`
GO_VERSION ?= 1.16.7
# update this only by running `make update-golang-version`
GO_K8S_VERSION_PREFIX ?= v1.21.0
GO_K8S_VERSION_PREFIX ?= v1.23.0
# replace "x.y.0" => "x.y". kube-cross and golang.org/dl use different formats for x.y.0 go versions
KVM_GO_VERSION ?= $(GO_VERSION:.0=)