Skip to content

Commit

Permalink
✨ add 1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi0607 committed Apr 12, 2019
1 parent d966e7f commit 4465d4c
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.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"
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 @@ -98,6 +98,7 @@ OUT
1.12.1
1.12.2
1.12.3
1.12.4
OUT
}

Expand Down Expand Up @@ -421,6 +422,7 @@ Available versions:
1.12.1
1.12.2
1.12.3
1.12.4
OUT
}

Expand Down Expand Up @@ -501,6 +503,7 @@ Available versions:
1.12.1
1.12.2
1.12.3
1.12.4
OUT
}

Expand Down

0 comments on commit 4465d4c

Please sign in to comment.