From 90453443efde735a417f2580bdf531c183a5716b Mon Sep 17 00:00:00 2001 From: feistel <6742251-feistel@users.noreply.gitlab.com> Date: Thu, 19 Aug 2021 02:40:18 +0000 Subject: [PATCH] Add Go 1.17 to the build images --- scripts/custom-docker-build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/custom-docker-build b/scripts/custom-docker-build index e1144ba..d74d62a 100755 --- a/scripts/custom-docker-build +++ b/scripts/custom-docker-build @@ -19,6 +19,10 @@ function print_golang_args() { INSTALL_GOLANG_VERSION=1.16.7 GOLANG_DOWNLOAD_SHA256=7fe7a73f55ba3e2285da36f8b085e5c0159e9564ef5f63ee0ed6b818ade8ef04 ;; + 1.17) + INSTALL_GOLANG_VERSION=1.17 + GOLANG_DOWNLOAD_SHA256=6bf89fc4f5ad763871cf7eac80a2d594492de7a818303283f1366a7f6a30372d + ;; *) echo "Unknown golang version $1"; exit 1; esac