Skip to content

Commit

Permalink
Merge pull request #64 from toshi0607/features/1.12-beta2
Browse files Browse the repository at this point in the history
🎉 add 1.12beta2
  • Loading branch information
syndbg authored Jan 11, 2019
2 parents 219d6a4 + 08f1298 commit f9425d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions plugins/go-build/share/go-build/1.12beta2
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
install_darwin_64bit "Go Darwin 64bit 1.12beta2" "https://dl.google.com/go/go1.12beta2.darwin-amd64.tar.gz#502c0933bbd54f94ac438fc96a367b8aa14e4b77e6656b66ddfa2bf7da3a31cf"

install_bsd_32bit "Go Freebsd 32bit 1.12beta2" "https://dl.google.com/go/go1.12beta2.freebsd-386.tar.gz#6439d29a510365f0c36565724135c6b2a9e640e2fa898489d609553e181ceeaa"

install_bsd_64bit "Go Freebsd 64bit 1.12beta2" "https://dl.google.com/go/go1.12beta2.freebsd-amd64.tar.gz#ed083d6525c98b666f19f78a24a0cfc4410162f28b54da0f3904c3a4b199ebe7"

install_linux_32bit "Go Linux 32bit 1.12beta2" "https://dl.google.com/go/go1.12beta2.linux-386.tar.gz#ffe0d1c92473b2fd653e399c1ddb11535b9666f22b6ae5653bd1fb4f84534c46"

install_linux_64bit "Go Linux 64bit 1.12beta2" "https://dl.google.com/go/go1.12beta2.linux-amd64.tar.gz#9e4884b46a72e0558187a8af6e8733e039432df1b755f14b361f18b63fa5a63e"

install_linux_arm "Go Linux arm 1.12beta2" "https://dl.google.com/go/go1.12beta2.linux-armv6l.tar.gz#d41674dda2e33a539929a980c7ba8d68c90c8aabcb138b65a2dc36704af02ace"
3 changes: 3 additions & 0 deletions plugins/go-build/test/goenv-install.bats
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ OUT
1.11.3
1.11.4
1.12beta1
1.12beta2
OUT
}

Expand Down Expand Up @@ -397,6 +398,7 @@ Available versions:
1.11.3
1.11.4
1.12beta1
1.12beta2
OUT
}

Expand Down Expand Up @@ -465,6 +467,7 @@ Available versions:
1.11.3
1.11.4
1.12beta1
1.12beta2
OUT
}

Expand Down

0 comments on commit f9425d5

Please sign in to comment.