Skip to content

Commit

Permalink
generate: update kube code-gen to v1.28.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marquiz committed Nov 29, 2023
1 parent b087c60 commit 94bffbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile_generator
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM ${BUILDER_IMAGE} as builder
# Install tools
RUN go install github.com/vektra/mockery/[email protected] && \
go install sigs.k8s.io/controller-tools/cmd/[email protected] && \
git clone https://github.com/kubernetes/code-generator -b v0.27.4 --depth 1 && \
go install k8s.io/code-generator/cmd/go-to-protobuf/...@v0.27.4 && \
git clone https://github.com/kubernetes/code-generator -b v0.28.4 --depth 1 && \
go install k8s.io/code-generator/cmd/go-to-protobuf/...@v0.28.4 && \
go install golang.org/x/tools/cmd/[email protected] && \
go install github.com/golang/protobuf/[email protected]

Expand Down
4 changes: 2 additions & 2 deletions pkg/generated/informers/externalversions/factory.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 94bffbf

Please sign in to comment.