We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70ae1a commit 3174b8bCopy full SHA for 3174b8b
Makefile
@@ -60,7 +60,7 @@ SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR)/$(SETUP_ENVTEST_BIN)-$(SETUP_ENVTEST
60
SETUP_ENVTEST_PKG := sigs.k8s.io/controller-runtime/tools/setup-envtest
61
62
# Kubebuilder
63
-export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.23.3
+export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.25.0
64
export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT ?= 60s
65
export KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT ?= 60s
66
go.mod
@@ -1,6 +1,6 @@
1
module sigs.k8s.io/cluster-api-provider-openstack
2
3
-go 1.17
+go 1.18
4
5
require (
6
github.com/blang/semver v3.5.1+incompatible
0 commit comments