Update to Go v1.16.7

This has a number of security and bug fixes:
https://golang.org/doc/devel/release#go1.16
This commit is contained in:
Stan Hu 2021-08-18 07:48:11 -07:00
parent 9aa7fa7390
commit 75872c38aa
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20

View file

@ -16,8 +16,8 @@ function print_golang_args() {
GOLANG_DOWNLOAD_SHA256=4aa1267517df32f2bf1cc3d55dfc27d0c6b2c2b0989449c96dd19273ccca051d
;;
1.16)
INSTALL_GOLANG_VERSION=1.16.4
GOLANG_DOWNLOAD_SHA256=7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59
INSTALL_GOLANG_VERSION=1.16.7
GOLANG_DOWNLOAD_SHA256=7fe7a73f55ba3e2285da36f8b085e5c0159e9564ef5f63ee0ed6b818ade8ef04
;;
*) echo "Unknown golang version $1"; exit 1;
esac