Skip to content

Commit

Permalink
add 1.14.6 and 1.13.14 (#129)
Browse files Browse the repository at this point in the history
* 🎉 add 1.14.6

* 🎉 add 1.13.14

* 🐛 Change link from Installer to Archive for Go Darwin 64bit 1.13.13
  • Loading branch information
toshi0607 committed Jul 17, 2020
1 parent d3819a7 commit 42e51f9
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/go-build/share/go-build/1.13.13
@@ -1,4 +1,4 @@
install_darwin_64bit "Go Darwin 64bit 1.13.13" "https://golang.org/dl/go1.13.13.darwin-amd64.pkg#c5ab56a99453af7d57380f8c2bfc185a4223ce5244e056189139b7c50dad0325"
install_darwin_64bit "Go Darwin 64bit 1.13.13" "https://golang.org/dl/go1.13.13.darwin-amd64.tar.gz#9cb2c3b67daaf8cf3c3f4006e0f8d354c3d6ebe263349c277b3f714267b24288"

install_bsd_32bit "Go Freebsd 32bit 1.13.13" "https://golang.org/dl/go1.13.13.freebsd-386.tar.gz#ca39ea0304f5087254b0bc40a5cf6fbc2a267cb5c20a8bdec608e804439bc552"

Expand Down
11 changes: 11 additions & 0 deletions plugins/go-build/share/go-build/1.13.14
@@ -0,0 +1,11 @@
install_darwin_64bit "Go Darwin 64bit 1.13.14" "https://golang.org/dl/go1.13.14.darwin-amd64.tar.gz#ea2a5d34d587e8d99925b365323eccb9895c4eec0264f1f81f989e98d5d041dd"

install_bsd_32bit "Go Freebsd 32bit 1.13.14" "https://golang.org/dl/go1.13.14.freebsd-386.tar.gz#9b3eec9979e2446c1e6e1d905ca68de6742d6ff33d7a38ab8a14cc48d7d944ce"

install_bsd_64bit "Go Freebsd 64bit 1.13.14" "https://golang.org/dl/go1.13.14.freebsd-amd64.tar.gz#82385ecb116ffb5946a7469a942b82b2a084e296fbf384c1f99461dd39cda11b"

install_linux_32bit "Go Linux 32bit 1.13.14" "https://golang.org/dl/go1.13.14.linux-386.tar.gz#537bb1769827852673ab96ce5f7676c162bba3d5394e6828733b53b4c9449c11"

install_linux_64bit "Go Linux 64bit 1.13.14" "https://golang.org/dl/go1.13.14.linux-amd64.tar.gz#32617db984b18308f2b00279c763bff060d2739229cb8037217a49c9e691b46a"

install_linux_arm "Go Linux arm 1.13.14" "https://golang.org/dl/go1.13.14.linux-armv6l.tar.gz#1a238daa3cd00611145d66a5577ea57bf90266443d1a2bef076ca74302a02c48"
11 changes: 11 additions & 0 deletions plugins/go-build/share/go-build/1.14.6
@@ -0,0 +1,11 @@
install_darwin_64bit "Go Darwin 64bit 1.14.6" "https://golang.org/dl/go1.14.6.darwin-amd64.tar.gz#4832c7b6b9a2a225c557d5e8d66928230a5a8405e705ace53f6ed0ee79ddb3c4"

install_bsd_32bit "Go Freebsd 32bit 1.14.6" "https://golang.org/dl/go1.14.6.freebsd-386.tar.gz#9052feba69e2b3eec11696bef2fd226aa48f98185baae5b02160111ab72e1ff0"

install_bsd_64bit "Go Freebsd 64bit 1.14.6" "https://golang.org/dl/go1.14.6.freebsd-amd64.tar.gz#4307d83dcef4af173f35fed9a91fc7daf0443cc8dc98fa60023b4f5234ed383d"

install_linux_32bit "Go Linux 32bit 1.14.6" "https://golang.org/dl/go1.14.6.linux-386.tar.gz#17b2c4e26bd3a82a0a44499ae2d36e3f2155d0fe2f6b9a14ac6b7c5afac3ca6a"

install_linux_64bit "Go Linux 64bit 1.14.6" "https://golang.org/dl/go1.14.6.linux-amd64.tar.gz#5c566ddc2e0bcfc25c26a5dc44a440fcc0177f7350c1f01952b34d5989a0d287"

install_linux_arm "Go Linux arm 1.14.6" "https://golang.org/dl/go1.14.6.linux-armv6l.tar.gz#cab39cc0fdf9731476a339af9d7bcd8fc661bfa323abb1ce9d1633fb31daeb07"
6 changes: 6 additions & 0 deletions plugins/go-build/test/goenv-install.bats
Expand Up @@ -131,6 +131,7 @@ OUT
1.13.11
1.13.12
1.13.13
1.13.14
1.14.0
1.14beta1
1.14rc1
Expand All @@ -139,6 +140,7 @@ OUT
1.14.3
1.14.4
1.14.5
1.14.6
1.15beta1
OUT
}
Expand Down Expand Up @@ -498,6 +500,7 @@ Available versions:
1.13.11
1.13.12
1.13.13
1.13.14
1.14.0
1.14beta1
1.14rc1
Expand All @@ -506,6 +509,7 @@ Available versions:
1.14.3
1.14.4
1.14.5
1.14.6
1.15beta1
OUT
}
Expand Down Expand Up @@ -622,6 +626,7 @@ Available versions:
1.13.11
1.13.12
1.13.13
1.13.14
1.14.0
1.14beta1
1.14rc1
Expand All @@ -630,6 +635,7 @@ Available versions:
1.14.3
1.14.4
1.14.5
1.14.6
1.15beta1
OUT
}
Expand Down

0 comments on commit 42e51f9

Please sign in to comment.