From 9a693608e3f122a6c1556fafb1e19b899fba7feb Mon Sep 17 00:00:00 2001 From: toshi0607 <s.toshi0607@gmail.com> Date: Wed, 12 Aug 2020 09:26:22 +0900 Subject: [PATCH] :tada: add 1.15.0 --- plugins/go-build/share/go-build/1.15.0 | 11 +++++++++++ plugins/go-build/test/goenv-install.bats | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 plugins/go-build/share/go-build/1.15.0 diff --git a/plugins/go-build/share/go-build/1.15.0 b/plugins/go-build/share/go-build/1.15.0 new file mode 100644 index 00000000..2c522973 --- /dev/null +++ b/plugins/go-build/share/go-build/1.15.0 @@ -0,0 +1,11 @@ +install_darwin_64bit "Go Darwin 64bit 1.15.0" "https://golang.org/dl/go1.15.darwin-amd64.tar.gz#8a5fb9c8587854a84957a79b9616070b63d8842d4001c3c7d86f261cd7b5ffb6" + +install_bsd_32bit "Go Freebsd 32bit 1.15.0" "https://golang.org/dl/go1.15.freebsd-386.tar.gz#b4591dec28b4eaf170885c6e4063970db5a4faf8bba20de6e22f1e25478ad5a9" + +install_bsd_64bit "Go Freebsd 64bit 1.15.0" "https://golang.org/dl/go1.15.freebsd-amd64.tar.gz#5f607802e77bf14d148c3defe11b56a3e9447c2246ed96adceb8eb4bb4c1a3d6" + +install_linux_32bit "Go Linux 32bit 1.15.0" "https://golang.org/dl/go1.15.linux-386.tar.gz#68ce979083126694ceef60233f69efe870f54af24d81a120f76265107a9e9aab" + +install_linux_64bit "Go Linux 64bit 1.15.0" "https://golang.org/dl/go1.15.linux-amd64.tar.gz#2d75848ac606061efe52a8068d0e647b35ce487a15bb52272c427df485193602" + +install_linux_arm "Go Linux arm 1.15.0" "https://golang.org/dl/go1.15.linux-armv6l.tar.gz#6d8914ddd25f85f2377c269ccfb359acf53adf71a42cdbf53434a7c76fa7a9bd" diff --git a/plugins/go-build/test/goenv-install.bats b/plugins/go-build/test/goenv-install.bats index 4e927427..f55796c8 100644 --- a/plugins/go-build/test/goenv-install.bats +++ b/plugins/go-build/test/goenv-install.bats @@ -141,6 +141,7 @@ OUT 1.14.4 1.14.5 1.14.6 +1.15.0 1.15beta1 1.15rc2 OUT @@ -511,6 +512,7 @@ Available versions: 1.14.4 1.14.5 1.14.6 + 1.15.0 1.15beta1 1.15rc2 OUT @@ -638,6 +640,7 @@ Available versions: 1.14.4 1.14.5 1.14.6 + 1.15.0 1.15beta1 1.15rc2 OUT