Skip to content

Commit a9860e3

Browse files
committed
Pin deepcopy version.
chore: Fix go: k8s.io/code-generator/cmd/deepcopy-gen@latest (in k8s.io/code-generator@v0.30.0): go.mod:5: invalid go version '1.22.0': must match format 1.23 Signed-off-by: Spolti <filippespolti@gmail.com>
1 parent b1933e7 commit a9860e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/deepcopy-gen.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ shift 1
3232
# make sure your GOPATH env is properly set.
3333
# it will go under $GOPATH/bin
3434
cd "$(dirname "${0}")"
35-
GO111MODULE=on go install k8s.io/code-generator/cmd/deepcopy-gen@latest
35+
DEEPCODE_GEN_VERSION="v0.29.4"
36+
GO111MODULE=on go install k8s.io/code-generator/cmd/deepcopy-gen@${DEEPCODE_GEN_VERSION}
3637
)
3738

3839
function codegen::join() { local IFS="$1"; shift; echo "$*"; }

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy