summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2019-12-06 20:11:51 -0800
committergVisor bot <gvisor-bot@google.com>2019-12-06 20:13:09 -0800
commit3c2e2f7d12285e6093ecc225e0379fe59e8fd93f (patch)
tree30e82fa0c2e127acd8bd3c5b6363591bde0570a0 /scripts
parente70636d7f1919bf4c1c1e78ef16af68c50fa141c (diff)
Update Kokoro image to install Golang 1.13
PiperOrigin-RevId: 284308422
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/go.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/go.sh b/scripts/go.sh
index 0dbfb7747..626ed8fa4 100755
--- a/scripts/go.sh
+++ b/scripts/go.sh
@@ -25,6 +25,8 @@ tools/go_branch.sh
# Checkout the new branch.
git checkout go && git clean -f
+go version
+
# Build everything.
go build ./...