Skip to content

Commit 7ec45e5

Browse files
committed
UPSTREAM: <carry>: Add OpenShift tooling, images, configs and docs
1 parent f2e2f07 commit 7ec45e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

staging/src/k8s.io/code-generator/kube_codegen.sh

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ set -o pipefail
2727

2828
KUBE_CODEGEN_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)"
2929

30+
GOFLAGS=-mod=readonly
31+
3032
function kube::codegen::internal::findz() {
3133
# We use `find` rather than `git ls-files` because sometimes external
3234
# projects use this across repos. This is an imperfect wrapper of find,

0 commit comments

Comments
 (0)