Skip to content

Commit

Permalink
Merge pull request #78 from toshi0607/feature/add-1.12.4-and-1.11.9
Browse files Browse the repository at this point in the history
add 1.12.4 and 1.11.9
  • Loading branch information
syndbg authored Apr 14, 2019
2 parents 4ecd577 + 4465d4c commit 24aaf94
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.9
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
install_darwin_64bit "Go Darwin 64bit 1.11.9" "https://dl.google.com/go/go1.11.9.darwin-amd64.tar.gz#6b842edbd72ffc0c1243a8f4bbbc8b0fd0b44dd0176b0203eb8ebf9dd7057006"

install_bsd_32bit "Go Freebsd 32bit 1.11.9" "https://dl.google.com/go/go1.11.9.freebsd-386.tar.gz#2f58d4fb7d94cd0947f36d9422e20a3d4aba95dd3eec9826a9828194a13eb8a5"

install_bsd_64bit "Go Freebsd 64bit 1.11.9" "https://dl.google.com/go/go1.11.9.freebsd-amd64.tar.gz#10da27ca2ab83399417e08ad78b5770de594c96c1cdb809d2d8df4d36959f263"

install_linux_32bit "Go Linux 32bit 1.11.9" "https://dl.google.com/go/go1.11.9.linux-386.tar.gz#0fa4001fcf1ef0644e261bf6dde02fc9f10ae4df6d74fda61fc4d3c3cbef1d79"

install_linux_64bit "Go Linux 64bit 1.11.9" "https://dl.google.com/go/go1.11.9.linux-amd64.tar.gz#e88aa3e39104e3ba6a95a4e05629348b4a1ec82791fb3c941a493ca349730608"

install_linux_arm "Go Linux arm 1.11.9" "https://dl.google.com/go/go1.11.9.linux-armv6l.tar.gz#f0d7b039cae61efdc346669f3459460e3dc03b6c6de528ca107fc53970cba0d1"
11 changes: 11 additions & 0 deletions plugins/go-build/share/go-build/1.12.4
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
install_darwin_64bit "Go Darwin 64bit 1.12.4" "https://dl.google.com/go/go1.12.4.darwin-amd64.tar.gz#50af1aa6bf783358d68e125c5a72a1ba41fb83cee8f25b58ce59138896730a49"

install_bsd_32bit "Go Freebsd 32bit 1.12.4" "https://dl.google.com/go/go1.12.4.freebsd-386.tar.gz#8695afc656e75ecf72c6a9c617b0399bf864f4aa2b4017badbf98c5f56494244"

install_bsd_64bit "Go Freebsd 64bit 1.12.4" "https://dl.google.com/go/go1.12.4.freebsd-amd64.tar.gz#44f30606b1f2063bf1277f154b82910dbbe6183513aa8271391a320f45595e4b"

install_linux_32bit "Go Linux 32bit 1.12.4" "https://dl.google.com/go/go1.12.4.linux-386.tar.gz#eba5c51f657c1b05d5930475d1723758cd86db74499125ab48f0f9d1863845f7"

install_linux_64bit "Go Linux 64bit 1.12.4" "https://dl.google.com/go/go1.12.4.linux-amd64.tar.gz#d7d1f1f88ddfe55840712dc1747f37a790cbcaa448f6c9cf51bbe10aa65442f5"

install_linux_arm "Go Linux arm 1.12.4" "https://dl.google.com/go/go1.12.4.linux-armv6l.tar.gz#c43457b6d89016e9b79b92823003fd7858fb02aea22b335cfd204e0b5be71d92"
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 @@ -90,13 +90,15 @@ OUT
1.11.6
1.11.7
1.11.8
1.11.9
1.12.0
1.12beta1
1.12beta2
1.12rc1
1.12.1
1.12.2
1.12.3
1.12.4
OUT
}

Expand Down Expand Up @@ -412,13 +414,15 @@ Available versions:
1.11.6
1.11.7
1.11.8
1.11.9
1.12.0
1.12beta1
1.12beta2
1.12rc1
1.12.1
1.12.2
1.12.3
1.12.4
OUT
}

Expand Down Expand Up @@ -491,13 +495,15 @@ Available versions:
1.11.6
1.11.7
1.11.8
1.11.9
1.12.0
1.12beta1
1.12beta2
1.12rc1
1.12.1
1.12.2
1.12.3
1.12.4
OUT
}

Expand Down

0 comments on commit 24aaf94

Please sign in to comment.