Skip to content

Commit

Permalink
fix(kubebuilder): remove envtest from requires (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwinton authored Sep 23, 2024
1 parent ce8f121 commit 144bb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubebuilder.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source = "https://github.com/kubernetes-sigs/kubebuilder/releases/download/v${ve
binaries = ["kubebuilder"]
strip = 2
test = "kubebuilder version"
requires = ["envtest"]
requires = []

version "3.7.0" "3.8.0" "3.9.0" "3.9.1" "3.10.0" "3.11.0" "3.11.1" "3.12.0" "3.13.0"
"3.14.0" "3.14.1" "3.14.2" "3.15.0" "3.15.1" "4.0.0" "4.1.0" "4.1.1" "4.2.0" {
Expand Down

0 comments on commit 144bb7f

Please sign in to comment.