From fb3b19c6841e0e5723031566cc52ac7b593413dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=A4ppler?= Date: Thu, 7 Apr 2022 07:07:57 +0000 Subject: [PATCH] Update Go to 1.17.8 As per https://gitlab.com/groups/gitlab-org/-/epics/7853 --- 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 1159037..956ec7e 100755 --- a/scripts/custom-docker-build +++ b/scripts/custom-docker-build @@ -20,8 +20,8 @@ function print_golang_args() { GOLANG_DOWNLOAD_SHA256=7d657e86493ac1d5892f340a7d88b862b12edb5ac6e73c099e8e0668a6c916b7 ;; 1.17) - INSTALL_GOLANG_VERSION=1.17.7 - GOLANG_DOWNLOAD_SHA256=02b111284bedbfa35a7e5b74a06082d18632eff824fd144312f6063943d49259 + INSTALL_GOLANG_VERSION=1.17.8 + GOLANG_DOWNLOAD_SHA256=980e65a863377e69fd9b67df9d8395fd8e93858e7a24c9f55803421e453f4f99 ;; *) echo "Unknown golang version $1"; exit 1; esac