Add Go 1.17 to the build images

This commit is contained in:
feistel 2021-08-19 02:40:18 +00:00
parent 1a7929b873
commit 90453443ef

View file

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