Skip to content

Commit

Permalink
envtest: Use latest bug fix version of k8s
Browse files Browse the repository at this point in the history
This is follow-up of ee391d3 and
updates the version string so that the latest bug fix version of
1.26 release is used instead of using the specific bug fix version.
  • Loading branch information
kajinamit committed Aug 1, 2023
1 parent 00991fb commit 57fca46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ endif
DEFAULT_IMG ?= quay.io/openstack-k8s-operators/keystone-operator:latest
IMG ?= $(DEFAULT_IMG)
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.26.1
ENVTEST_K8S_VERSION = 1.26

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
Expand Down

0 comments on commit 57fca46

Please sign in to comment.