Skip to content

Commit

Permalink
fix(operator): fix controller gen version with go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nicolas committed Feb 28, 2024
1 parent f51da7a commit 90f7bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/operator/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build-image:

controller-gen:
FROM core+builder-image
DO --pass-args core+GO_INSTALL --package=sigs.k8s.io/controller-tools/cmd/controller-gen@v0.13.0
DO --pass-args core+GO_INSTALL --package=sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0

manifests:
FROM --pass-args +controller-gen
Expand Down

0 comments on commit 90f7bd2

Please sign in to comment.