Skip to content

Commit

Permalink
Bump up controller-gen to 0.14.0
Browse files Browse the repository at this point in the history
Fix a nil pointer issue after bumping up to go1.22
More details see golang/go#65637

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
  • Loading branch information
reasonerjt committed Apr 12, 2024
1 parent bc40c84 commit 61bed29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN wget --quiet https://github.com/kubernetes-sigs/kubebuilder/releases/downloa
chmod +x /usr/local/kubebuilder/bin/kubebuilder

# get controller-tools
RUN go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.12.0
RUN go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0

# get goimports (the revision is pinned so we don't indiscriminately update, but the particular commit
# is not important)
Expand Down

0 comments on commit 61bed29

Please sign in to comment.