From 05f749302f1f0d950412bd1b02d261f4e7bcacf5 Mon Sep 17 00:00:00 2001 From: Matt Jibson Date: Fri, 8 Mar 2019 00:57:19 -0500 Subject: [PATCH] builder: upgrade to go1.11.5 Release note (general change): Upgrade the build environment to use go1.11.5. --- build/bootstrap/bootstrap-debian.sh | 4 ++-- build/builder.sh | 2 +- build/builder/Dockerfile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/bootstrap/bootstrap-debian.sh b/build/bootstrap/bootstrap-debian.sh index 8120d508c662..20c13cbaa96b 100755 --- a/build/bootstrap/bootstrap-debian.sh +++ b/build/bootstrap/bootstrap-debian.sh @@ -38,9 +38,9 @@ echo '. ~/.bashrc_bootstrap' >> ~/.bashrc # Install Go. trap 'rm -f /tmp/go.tgz' EXIT -curl https://dl.google.com/go/go1.11.4.linux-amd64.tar.gz > /tmp/go.tgz +curl https://dl.google.com/go/go1.11.5.linux-amd64.tar.gz > /tmp/go.tgz sha256sum -c - <