Skip to content

Commit 2502ba6

Browse files
kubevirt-botawels
andauthored
Update controller-gen in cdi builder container (#4090)
Signed-off-by: Alexander Wels <awels@redhat.com> Co-authored-by: Alexander Wels <awels@redhat.com>
1 parent f1405d1 commit 2502ba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/build/docker/builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN \
4747
go install mvdan.cc/sh/cmd/shfmt@latest && \
4848
go install github.com/mattn/goveralls@latest && \
4949
go install github.com/rmohr/go-swagger-utils/swagger-doc@latest && \
50-
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0 && \
50+
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.17.2 && \
5151
rm -rf "${GOPATH}/pkg"
5252

5353
ENV BAZEL_VERSION=5.4.1

0 commit comments

Comments
 (0)