diff --git a/scripts/custom-docker-build b/scripts/custom-docker-build index 4f711ff..a96acf7 100755 --- a/scripts/custom-docker-build +++ b/scripts/custom-docker-build @@ -6,7 +6,7 @@ IFS=$'\n\t' function print_golang_args() { case "$1" in - 1.8) + 1.8|1.8.6) INSTALL_GOLANG_VERSION=1.8.6 GOLANG_DOWNLOAD_SHA256=f558c91c2f6aac7222e0bd83e6dd595b8fac85aaa96e55d15229542eb4aaa1ff ;;