From 779d9744a8ae34bf68c9aae21ee51f353b8742ab Mon Sep 17 00:00:00 2001 From: Peter Mattis Date: Fri, 11 Jan 2019 11:13:37 -0500 Subject: [PATCH] builder: upgrade to go1.11.4 Bump the minimum version to go1.11. Fixes #33283 Release note (general change): Upgrade the build environment to use go1.11.4. --- build/bootstrap/bootstrap-debian.sh | 6 +++--- build/builder.sh | 2 +- build/builder/Dockerfile | 4 ++-- build/go-version-check.sh | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/bootstrap/bootstrap-debian.sh b/build/bootstrap/bootstrap-debian.sh index 342abccabd68..5f06e55b295a 100755 --- a/build/bootstrap/bootstrap-debian.sh +++ b/build/bootstrap/bootstrap-debian.sh @@ -37,9 +37,9 @@ echo '. ~/.bashrc_bootstrap' >> ~/.bashrc # Install Go. trap 'rm -f /tmp/go.tgz' EXIT -curl https://dl.google.com/go/go1.10.3.linux-amd64.tar.gz > /tmp/go.tgz -sha256sum - < /tmp/go.tgz +sha256sum -c - <