We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ab9fa1 + a0687a8 commit ba88f51Copy full SHA for ba88f51
golang/build-kubernetes.sh
@@ -27,6 +27,12 @@ function build_kubernetes {
27
# Ensure we build against latest golang version.
28
echo -n "devel" > .go-version
29
30
+ # Create a temp commit
31
+ git add .
32
+ git config user.email "[email protected]"
33
+ git config user.name "Test Name"
34
+ git commit -m "Switch .go-version to 'devel'"
35
+
36
# Build Kubernetes using our kube-cross image.
37
# Also pass GOTOOLCHAIN=local to make sure kube-build
38
# uses the golang version built locally in build-go.sh.
0 commit comments