From 0c890c0ac79989a000fff4df07a0de287c46118b Mon Sep 17 00:00:00 2001 From: toshi0607 Date: Wed, 4 Sep 2019 08:17:31 +0900 Subject: [PATCH] :tada: add 1.13 --- plugins/go-build/share/go-build/1.13.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.13.0 diff --git a/plugins/go-build/share/go-build/1.13.0 b/plugins/go-build/share/go-build/1.13.0 new file mode 100644 index 00000000..54b8eac8 --- /dev/null +++ b/plugins/go-build/share/go-build/1.13.0 @@ -0,0 +1,11 @@ +install_darwin_64bit "Go Darwin 64bit 1.13.0" "https://dl.google.com/go/go1.13.darwin-amd64.tar.gz#234ebbba1fbed8474340f79059cfb3af2a0f8b531c4ff0785346e0710e4003dd" + +install_bsd_32bit "Go Freebsd 32bit 1.13.0" "https://dl.google.com/go/go1.13.freebsd-386.tar.gz#4035d0a07c1cfa0e75f56414757ac7c609a801c78cc6df9d1d41927426c325a7" + +install_bsd_64bit "Go Freebsd 64bit 1.13.0" "https://dl.google.com/go/go1.13.freebsd-amd64.tar.gz#a8391447ea6c77b67163f7dd9fd3708fd9ba396ae128fd77dac4f8c249c8c223" + +install_linux_32bit "Go Linux 32bit 1.13.0" "https://dl.google.com/go/go1.13.linux-386.tar.gz#519b3e6ae4db011b93b60e6fabb055773ae6448355b6909a6befef87e02d98f5" + +install_linux_64bit "Go Linux 64bit 1.13.0" "https://dl.google.com/go/go1.13.linux-amd64.tar.gz#68a2297eb099d1a76097905a2ce334e3155004ec08cdea85f24527be3c48e856" + +install_linux_arm "Go Linux arm 1.13.0" "https://dl.google.com/go/go1.13.linux-armv6l.tar.gz#931906d67cae1222f501e7be26e0ee73ba89420be0c4591925901cb9a4e156f0" diff --git a/plugins/go-build/test/goenv-install.bats b/plugins/go-build/test/goenv-install.bats index 3fd5302c..83863a03 100644 --- a/plugins/go-build/test/goenv-install.bats +++ b/plugins/go-build/test/goenv-install.bats @@ -106,6 +106,7 @@ OUT 1.12.7 1.12.8 1.12.9 +1.13.0 1.13beta1 1.13rc1 OUT @@ -441,6 +442,7 @@ Available versions: 1.12.7 1.12.8 1.12.9 + 1.13.0 1.13beta1 1.13rc1 OUT @@ -533,6 +535,7 @@ Available versions: 1.12.7 1.12.8 1.12.9 + 1.13.0 1.13beta1 1.13rc1 OUT