Skip to content

Commit

Permalink
removing smctl
Browse files Browse the repository at this point in the history
  • Loading branch information
I065450 committed May 30, 2024
1 parent 109629b commit 0710b95
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 @@ -23,7 +23,7 @@ all: manager

# Run tests go test and coverage
test: generate fmt vet manifests
KUBEBUILDER_ASSETS="$(shell setup-envtest use --use-deprecated-gcs 1.19.2 --bin-dir /usr/local/bin -p path)" $(GO_TEST)
KUBEBUILDER_ASSETS="$(shell setup-envtest use 1.30.0 -v debug --bin-dir /usr/local/bin)" $(GO_TEST)

# Build manager binary
manager: generate fmt vet
Expand Down

0 comments on commit 0710b95

Please sign in to comment.