Skip to content

Commit ed51a8f

Browse files
committed
Version udpate checklist tasks
1 parent eed07f4 commit ed51a8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ PULL_POLICY ?= Always
105105
# Set build time variables including version details
106106
LDFLAGS := $(shell ./hack/version.sh)
107107

108-
KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.32.0
108+
KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.33.0
109109

110110
# main controller
111111
CORE_IMAGE_NAME ?= cluster-api-ibmcloud-controller

hack/ensure-go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ EOF
3131
local go_version
3232
IFS=" " read -ra go_version <<< "$(go version)"
3333
local minimum_go_version
34-
minimum_go_version=go1.23.0
34+
minimum_go_version=go1.24.0
3535
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
3636
cat <<EOF
3737
Detected go version: ${go_version[*]}.

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ command = "make -C docs/book build"
44
publish = "docs/book/book"
55

66
[build.environment]
7-
GO_VERSION = "1.23.9"
7+
GO_VERSION = "1.24.0"
88

99
# Standard Netlify redirects
1010
[[redirects]]

0 commit comments

Comments
 (0)