Skip to content

Commit

Permalink
Pin kube-openapi version (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
khewonc authored Jul 5, 2024
1 parent 6696b45 commit 89cc56b
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 @@ -354,7 +354,7 @@ bin/$(PLATFORM)/preflight: Makefile

bin/$(PLATFORM)/openapi-gen:
mkdir -p $(ROOT)/bin/$(PLATFORM)
GOBIN=$(ROOT)/bin/$(PLATFORM) go install k8s.io/kube-openapi/cmd/openapi-gen
GOBIN=$(ROOT)/bin/$(PLATFORM) go install k8s.io/kube-openapi/cmd/openapi-gen@v0.0.0-20230717233707-2695361300d9

bin/$(PLATFORM)/kubebuilder:
./hack/install-kubebuilder.sh 3.13.0 ./bin/$(PLATFORM)
Expand Down

0 comments on commit 89cc56b

Please sign in to comment.