Skip to content

Commit

Permalink
[Makefile] Update envtest k8s version to 1.24 (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidor authored and khewonc committed Nov 22, 2022
1 parent 1a5d89f commit 28cdfef
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 @@ -51,7 +51,7 @@ IMG_CHECK ?= gcr.io/datadoghq/operator-check:latest

CRD_OPTIONS ?= "crd:preserveUnknownFields=false"
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.20
ENVTEST_K8S_VERSION = 1.24

# 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 28cdfef

Please sign in to comment.