Skip to content

Commit

Permalink
Merge pull request #6 from incident-io/ben-fix-envtest
Browse files Browse the repository at this point in the history
Pin envtest version
  • Loading branch information
benwh authored Aug 19, 2024
2 parents 20c0698 + c814eba commit ca0b460
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 @@ -68,7 +68,7 @@ manifests: generate
install-tools:
go install github.com/onsi/ginkgo/[email protected]
go install sigs.k8s.io/controller-tools/cmd/[email protected]
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.17

install-tools-homebrew:
brew install kubernetes-cli kustomize kind
Expand Down

0 comments on commit ca0b460

Please sign in to comment.