Revert "Bump images, dependencies and versions to go 1.23rc1"
This reverts commit 5c269fecf8
.
This commit is contained in:
@@ -538,7 +538,6 @@ EOF
|
||||
local go_version
|
||||
IFS=" " read -ra go_version <<< "$(GOFLAGS='' go version)"
|
||||
local minimum_go_version
|
||||
# TODO: Update to go1.23 as soon we are ready to merge this
|
||||
minimum_go_version=go1.22
|
||||
if [[ "${minimum_go_version}" != $(echo -e "${minimum_go_version}\n${go_version[2]}" | sort -s -t. -k 1,1 -k 2,2n -k 3,3n | head -n1) && "${go_version[2]}" != "devel" ]]; then
|
||||
kube::log::usage_from_stdin <<EOF
|
||||
|
Reference in New Issue
Block a user