Skip to content

Commit 2858417

Browse files
authored
Merge pull request #1369 from Nordix/lentzi90/synchronize-versions
🌱 Synchronize versions between Makefile, Containerfile, e2e and go.mod
2 parents 70f5627 + 3174b8b commit 2858417

File tree

4 files changed

+5
-270
lines changed

4 files changed

+5
-270
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR)/$(SETUP_ENVTEST_BIN)-$(SETUP_ENVTEST
6060
SETUP_ENVTEST_PKG := sigs.k8s.io/controller-runtime/tools/setup-envtest
6161

6262
# Kubebuilder
63-
export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.23.3
63+
export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.25.0
6464
export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT ?= 60s
6565
export KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT ?= 60s
6666

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/cluster-api-provider-openstack
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/blang/semver v3.5.1+incompatible

0 commit comments

Comments
 (0)