File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export IMAGE_VERSION = v1.9.0
9
9
export SIMPLE_VERSION = $(shell (test "$(shell git describe) " = "$(shell git describe --abbrev=0) " && echo $(shell git describe) ) || echo $(shell git describe --abbrev=0) +git)
10
10
export GIT_VERSION = $(shell git describe --dirty --tags --always)
11
11
export GIT_COMMIT = $(shell git rev-parse HEAD)
12
- export K8S_VERSION = 1.20 .2
12
+ export K8S_VERSION = 1.21 .2
13
13
14
14
# Build settings
15
15
export TOOLS_DIR = tools/bin
@@ -152,7 +152,7 @@ test-e2e-setup: build envtest
152
152
# install envtest binary
153
153
envtest :
154
154
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
155
- $(shell go env GOPATH) /bin/setup-envtest use -p path $(K8S_VERSION )
155
+ $(shell go env GOPATH) /bin/setup-envtest use $(K8S_VERSION ) --bin-dir tools/bin/
156
156
157
157
.PHONY : test-e2e-teardown
158
158
test-e2e-teardown :
You can’t perform that action at this time.
0 commit comments