Skip to content

Commit 9b25f00

Browse files
authored
Merge pull request #408 from sabre1041/update-testing-dependencies
Updated envtest configuration
2 parents 6f4af5b + ac2795f commit 9b25f00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ vet: ## Run go vet against code.
147147

148148
.PHONY: test
149149
test: manifests generate fmt vet envtest ## Run tests.
150-
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./... -coverprofile cover.out
150+
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --use-deprecated-gcs=false --bin-dir $(LOCALBIN) -p path)" go test ./... -coverprofile cover.out
151151

152152
.PHONY: yq
153153
YQ=$(LOCALBIN)/yq

0 commit comments

Comments
 (0)