Fix version spec on custom-docker-build for go 1.8.6

This commit is contained in:
Alejandro Rodríguez 2018-01-31 16:45:12 -03:00
parent 320f2783de
commit 248822c277

View file

@ -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
;;