Skip to content

Commit

Permalink
Synchronize versions between Makefile, Containerfile, e2e config and …
Browse files Browse the repository at this point in the history
…go.mod
  • Loading branch information
lentzi90 committed Oct 28, 2022
1 parent e70ae1a commit 3174b8b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 270 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR)/$(SETUP_ENVTEST_BIN)-$(SETUP_ENVTEST
SETUP_ENVTEST_PKG := sigs.k8s.io/controller-runtime/tools/setup-envtest

# Kubebuilder
export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.23.3
export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.25.0
export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT ?= 60s
export KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT ?= 60s

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/cluster-api-provider-openstack

go 1.17
go 1.18

require (
github.com/blang/semver v3.5.1+incompatible
Expand Down
Loading

0 comments on commit 3174b8b

Please sign in to comment.