Skip to content

Commit

Permalink
update envtest version to support darwin/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
salovasz authored and ahma committed Nov 16, 2022
1 parent 28327ff commit 4329dab
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 @@ -31,7 +31,7 @@ CONTROLLER_GEN = ${BIN}/controller-gen
CONTROLLER_GEN_VERSION = v0.6.0

ENVTEST_BIN_DIR := ${BIN}/envtest
ENVTEST_K8S_VERSION := 1.21.4
ENVTEST_K8S_VERSION := 1.24.1
ENVTEST_BINARY_ASSETS := ${ENVTEST_BIN_DIR}/bin

GOLANGCI_LINT := ${BIN}/golangci-lint
Expand Down

0 comments on commit 4329dab

Please sign in to comment.