Skip to content

Commit

Permalink
Merge pull request #83 from toshi0607/feature/add-1.12.5-and-1.11.10
Browse files Browse the repository at this point in the history
add 1.12.5 and 1.11.10
  • Loading branch information
syndbg authored May 14, 2019
2 parents d4e93b3 + cfa25ed commit 4dd001a
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.11.10
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
install_darwin_64bit "Go Darwin 64bit 1.11.10" "https://dl.google.com/go/go1.11.10.darwin-amd64.tar.gz#194d7ce2b88a791147be64860f21bac8eeec8f372c9e9caab6c72c3bd525a039"

install_bsd_32bit "Go Freebsd 32bit 1.11.10" "https://dl.google.com/go/go1.11.10.freebsd-386.tar.gz#5e90549194981e78a6d222c9a1f882952309f36fc93021173a1c179ec292de03"

install_bsd_64bit "Go Freebsd 64bit 1.11.10" "https://dl.google.com/go/go1.11.10.freebsd-amd64.tar.gz#cccd4951358735d0acb7e67e8db842062a51f348c471d222d7b9b1e87877e109"

install_linux_32bit "Go Linux 32bit 1.11.10" "https://dl.google.com/go/go1.11.10.linux-386.tar.gz#619ddab5b56597d72681467810c63238063ab0d221fe0df9b2e85608c10161e5"

install_linux_64bit "Go Linux 64bit 1.11.10" "https://dl.google.com/go/go1.11.10.linux-amd64.tar.gz#aefaa228b68641e266d1f23f1d95dba33f17552ba132878b65bb798ffa37e6d0"

install_linux_arm "Go Linux arm 1.11.10" "https://dl.google.com/go/go1.11.10.linux-armv6l.tar.gz#29812e3443c469de6b976e4e44b5e6402d55f6358a544278addc22446a0abe8b"
11 changes: 11 additions & 0 deletions plugins/go-build/share/go-build/1.12.5
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
install_darwin_64bit "Go Darwin 64bit 1.12.5" "https://dl.google.com/go/go1.12.5.darwin-amd64.tar.gz#566d0b407f7d4aa5a1315988b562bbe4e9422a93ce2fbf27a664cddcb9a3e617"

install_bsd_32bit "Go Freebsd 32bit 1.12.5" "https://dl.google.com/go/go1.12.5.freebsd-386.tar.gz#b842330ad695bac9ea57d0a9d3aafaaf34921ec85702bccc2067f448e868332b"

install_bsd_64bit "Go Freebsd 64bit 1.12.5" "https://dl.google.com/go/go1.12.5.freebsd-amd64.tar.gz#082acae7f5d2c780521f95fd177a08aacaccc0e38042d4ef981f7d7211a27b8a"

install_linux_32bit "Go Linux 32bit 1.12.5" "https://dl.google.com/go/go1.12.5.linux-386.tar.gz#146605e13bf337ff3aacd941a816c5d97a8fef8b5817e07fcec4540632085980"

install_linux_64bit "Go Linux 64bit 1.12.5" "https://dl.google.com/go/go1.12.5.linux-amd64.tar.gz#aea86e3c73495f205929cfebba0d63f1382c8ac59be081b6351681415f4063cf"

install_linux_arm "Go Linux arm 1.12.5" "https://dl.google.com/go/go1.12.5.linux-armv6l.tar.gz#311f5e76c7cec1ec752474a61d837e474b8e750b8e3eed267911ab57c0e5da9a"
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 @@ -89,6 +89,7 @@ OUT
1.11.7
1.11.8
1.11.9
1.11.10
1.12.0
1.12beta1
1.12beta2
Expand All @@ -97,6 +98,7 @@ OUT
1.12.2
1.12.3
1.12.4
1.12.5
OUT
}

Expand Down Expand Up @@ -413,6 +415,7 @@ Available versions:
1.11.7
1.11.8
1.11.9
1.11.10
1.12.0
1.12beta1
1.12beta2
Expand All @@ -421,6 +424,7 @@ Available versions:
1.12.2
1.12.3
1.12.4
1.12.5
OUT
}

Expand Down Expand Up @@ -494,6 +498,7 @@ Available versions:
1.11.7
1.11.8
1.11.9
1.11.10
1.12.0
1.12beta1
1.12beta2
Expand All @@ -502,6 +507,7 @@ Available versions:
1.12.2
1.12.3
1.12.4
1.12.5
OUT
}

Expand Down

0 comments on commit 4dd001a

Please sign in to comment.