Skip to content

Commit

Permalink
Merge pull request #110 from toshi0607/feature/add-1.13.8-and-1.12.17
Browse files Browse the repository at this point in the history
add 1.13.8 and 1.12.17
  • Loading branch information
syndbg authored Feb 14, 2020
2 parents 293fc4d + 5f55c82 commit b962cda
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
11 changes: 11 additions & 0 deletions plugins/go-build/share/go-build/1.12.17
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
install_darwin_64bit "Go Darwin 64bit 1.12.17" "https://dl.google.com/go/go1.12.17.darwin-amd64.tar.gz#a2f58b4bf10f3e882c1a43eba27a2aba65fc815384fbdfc46331c13bca5f5f24"

install_bsd_32bit "Go Freebsd 32bit 1.12.17" "https://dl.google.com/go/go1.12.17.freebsd-386.tar.gz#d097d90391154c238669881ddfffc1090e7760f70f89f2dc104e2a87118be6c7"

install_bsd_64bit "Go Freebsd 64bit 1.12.17" "https://dl.google.com/go/go1.12.17.freebsd-amd64.tar.gz#de4adf8157dc68149e9db895b2de827b356346842d12d47d0bbc1c79756ff347"

install_linux_32bit "Go Linux 32bit 1.12.17" "https://dl.google.com/go/go1.12.17.linux-386.tar.gz#e33fc10c0486b02a019f120996d77792d8f19aae8bfdda97350a622a65d6b824"

install_linux_64bit "Go Linux 64bit 1.12.17" "https://dl.google.com/go/go1.12.17.linux-amd64.tar.gz#a53dd476129d496047487bfd53d021dd17e0c96895865a0e7d0469ce3db8c8d2"

install_linux_arm "Go Linux arm 1.12.17" "https://dl.google.com/go/go1.12.17.linux-armv6l.tar.gz#a883c806fccb3eddb26da4a1a1f8536de863aee6807ed6c99606261877af7b99"
11 changes: 11 additions & 0 deletions plugins/go-build/share/go-build/1.13.8
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
install_darwin_64bit "Go Darwin 64bit 1.13.8" "https://dl.google.com/go/go1.13.8.darwin-amd64.tar.gz#e7bad54950e1d18c716ac9202b5406e7d4aca9aa4ca9e334a9742f75c2167a9c"

install_bsd_32bit "Go Freebsd 32bit 1.13.8" "https://dl.google.com/go/go1.13.8.freebsd-386.tar.gz#5e02b9d3a3b5d7c61d43eea80b27875a9350472ffcb80c08fad857076d670d8b"

install_bsd_64bit "Go Freebsd 64bit 1.13.8" "https://dl.google.com/go/go1.13.8.freebsd-amd64.tar.gz#d8ea8fa5f93ba66f1f011fe40706635a95d754704da68ec7c406ba52ed4ec93a"

install_linux_32bit "Go Linux 32bit 1.13.8" "https://dl.google.com/go/go1.13.8.linux-386.tar.gz#2305c1c46b3eaf574c7b03cfa6b167c199a2b52da85872317438c90074fdb46e"

install_linux_64bit "Go Linux 64bit 1.13.8" "https://dl.google.com/go/go1.13.8.linux-amd64.tar.gz#0567734d558aef19112f2b2873caa0c600f1b4a5827930eb5a7f35235219e9d8"

install_linux_arm "Go Linux arm 1.13.8" "https://dl.google.com/go/go1.13.8.linux-armv6l.tar.gz#75f590d8e048a97cbf8b09837b15b3e6b44e1374718a96a5c3a994843ef44a4d"
6 changes: 6 additions & 0 deletions plugins/go-build/test/goenv-install.bats
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ OUT
1.12.14
1.12.15
1.12.16
1.12.17
1.13.0
1.13beta1
1.13rc1
Expand All @@ -124,6 +125,7 @@ OUT
1.13.5
1.13.6
1.13.7
1.13.8
1.14beta1
1.14rc1
OUT
Expand Down Expand Up @@ -466,6 +468,7 @@ Available versions:
1.12.14
1.12.15
1.12.16
1.12.17
1.13.0
1.13beta1
1.13rc1
Expand All @@ -477,6 +480,7 @@ Available versions:
1.13.5
1.13.6
1.13.7
1.13.8
1.14beta1
1.14rc1
OUT
Expand Down Expand Up @@ -576,6 +580,7 @@ Available versions:
1.12.14
1.12.15
1.12.16
1.12.17
1.13.0
1.13beta1
1.13rc1
Expand All @@ -587,6 +592,7 @@ Available versions:
1.13.5
1.13.6
1.13.7
1.13.8
1.14beta1
1.14rc1
OUT
Expand Down

0 comments on commit b962cda

Please sign in to comment.