diff --git a/plugins/go-build/share/go-build/1.16.10 b/plugins/go-build/share/go-build/1.16.10 new file mode 100644 index 00000000..776f397d --- /dev/null +++ b/plugins/go-build/share/go-build/1.16.10 @@ -0,0 +1,15 @@ +install_darwin_64bit "Go Darwin 64bit 1.16.10" "https://golang.org/dl/go1.16.10.darwin-amd64.tar.gz#895a3fe6d720297ce16272f41c198648da8675bb244ab6d60003265c176b6c48" + +install_darwin_arm "Go Darwin arm 1.16.10" "https://golang.org/dl/go1.16.10.darwin-arm64.tar.gz#850970c6b381b9a3e6da969bf1baddb8fe003ed90315082e5cb3afbbc87812d0" + +install_bsd_32bit "Go Freebsd 32bit 1.16.10" "https://golang.org/dl/go1.16.10.freebsd-386.tar.gz#84c400643b67614403fccfa245fa0ede4f473663530f0990f8a8bd7fb9bb6465" + +install_bsd_64bit "Go Freebsd 64bit 1.16.10" "https://golang.org/dl/go1.16.10.freebsd-amd64.tar.gz#59c86209d43020e93b8164cac36ac73d5830fc26ac7328e55e33c4b47b48fea1" + +install_linux_32bit "Go Linux 32bit 1.16.10" "https://golang.org/dl/go1.16.10.linux-386.tar.gz#03c2a0287f56662f57264ef16fd461ecf60f001c74c58f3d5dc4cd708d08a5b3" + +install_linux_64bit "Go Linux 64bit 1.16.10" "https://golang.org/dl/go1.16.10.linux-amd64.tar.gz#414cd18ce1d193769b9e97d2401ad718755ab47816e13b2a1cde203d263b55cf" + +install_linux_arm "Go Linux arm 1.16.10" "https://golang.org/dl/go1.16.10.linux-armv6l.tar.gz#ae3cf64fce3d0b45cf0bb1854f9093205e684c472a7f2db8c37cd5e37a4c2e86" + +install_linux_arm_64bit "Go Linux arm 64bit 1.16.10" "https://golang.org/dl/go1.16.10.linux-arm64.tar.gz#bfe1d4b82626c742b4690a832ca59a21e3d702161556f3c0ed26dffb368927e9" diff --git a/plugins/go-build/share/go-build/1.17.3 b/plugins/go-build/share/go-build/1.17.3 new file mode 100644 index 00000000..80e44526 --- /dev/null +++ b/plugins/go-build/share/go-build/1.17.3 @@ -0,0 +1,15 @@ +install_darwin_64bit "Go Darwin 64bit 1.17.3" "https://golang.org/dl/go1.17.3.darwin-amd64.tar.gz#765c021e372a87ce0bc58d3670ab143008dae9305a79e9fa83440425529bb636" + +install_darwin_arm "Go Darwin arm 1.17.3" "https://golang.org/dl/go1.17.3.darwin-arm64.tar.gz#ffe45ef267271b9681ca96ca9b0eb9b8598dd82f7bb95b27af3eef2461dc3d2c" + +install_bsd_32bit "Go Freebsd 32bit 1.17.3" "https://golang.org/dl/go1.17.3.freebsd-386.tar.gz#f1359b53f99364e2907e0b0ee4a4f22dc53a8e26a2caa3bec86d6499b78f83eb" + +install_bsd_64bit "Go Freebsd 64bit 1.17.3" "https://golang.org/dl/go1.17.3.freebsd-amd64.tar.gz#bfb6fb7752bfb2f88d7c0a0b4e4a950f88882bb22c24e2fd8b9018c2b1b167a1" + +install_linux_32bit "Go Linux 32bit 1.17.3" "https://golang.org/dl/go1.17.3.linux-386.tar.gz#982487a0264626950c635c5e185df68ecaadcca1361956207578d661a7b03bee" + +install_linux_64bit "Go Linux 64bit 1.17.3" "https://golang.org/dl/go1.17.3.linux-amd64.tar.gz#550f9845451c0c94be679faf116291e7807a8d78b43149f9506c1b15eb89008c" + +install_linux_arm "Go Linux arm 1.17.3" "https://golang.org/dl/go1.17.3.linux-armv6l.tar.gz#aa0d5516c8bd61654990916274d27491cfa229d322475502b247a8dc885adec5" + +install_linux_arm_64bit "Go Linux arm 64bit 1.17.3" "https://golang.org/dl/go1.17.3.linux-arm64.tar.gz#06f505c8d27203f78706ad04e47050b49092f1b06dc9ac4fbee4f0e4d015c8d4" diff --git a/plugins/go-build/test/goenv-install.bats b/plugins/go-build/test/goenv-install.bats index 95696228..a25c35a6 100644 --- a/plugins/go-build/test/goenv-install.bats +++ b/plugins/go-build/test/goenv-install.bats @@ -180,12 +180,14 @@ OUT 1.16.7 1.16.8 1.16.9 +1.16.10 1.17.0 1.17beta1 1.17rc1 1.17rc2 1.17.1 1.17.2 +1.17.3 OUT } @@ -593,12 +595,14 @@ Available versions: 1.16.7 1.16.8 1.16.9 + 1.16.10 1.17.0 1.17beta1 1.17rc1 1.17rc2 1.17.1 1.17.2 + 1.17.3 OUT } @@ -763,12 +767,14 @@ Available versions: 1.16.7 1.16.8 1.16.9 + 1.16.10 1.17.0 1.17beta1 1.17rc1 1.17rc2 1.17.1 1.17.2 + 1.17.3 OUT }