From 75872c38aac3b0f95c8090be45ba26a5a84185da Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 18 Aug 2021 07:48:11 -0700 Subject: [PATCH] Update to Go v1.16.7 This has a number of security and bug fixes: https://golang.org/doc/devel/release#go1.16 --- scripts/custom-docker-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/custom-docker-build b/scripts/custom-docker-build index 52802a2..e1144ba 100755 --- a/scripts/custom-docker-build +++ b/scripts/custom-docker-build @@ -16,8 +16,8 @@ function print_golang_args() { GOLANG_DOWNLOAD_SHA256=4aa1267517df32f2bf1cc3d55dfc27d0c6b2c2b0989449c96dd19273ccca051d ;; 1.16) - INSTALL_GOLANG_VERSION=1.16.4 - GOLANG_DOWNLOAD_SHA256=7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 + INSTALL_GOLANG_VERSION=1.16.7 + GOLANG_DOWNLOAD_SHA256=7fe7a73f55ba3e2285da36f8b085e5c0159e9564ef5f63ee0ed6b818ade8ef04 ;; *) echo "Unknown golang version $1"; exit 1; esac