From 3c2e2f7d12285e6093ecc225e0379fe59e8fd93f Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Fri, 6 Dec 2019 20:11:51 -0800 Subject: Update Kokoro image to install Golang 1.13 PiperOrigin-RevId: 284308422 --- scripts/go.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/go.sh') 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 ./... -- cgit v1.2.3