Skip to content

Commit ec87cd3

Browse files
authored
Merge pull request #68 from toshi0607/features/add-1.12
add 1.12.0
2 parents 86fd280 + 8df63ec commit ec87cd3

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
install_darwin_64bit "Go Darwin 64bit 1.12.0" "https://dl.google.com/go/go1.12.darwin-amd64.tar.gz#6c7e07349403f71588ef4e93a6d4ae31f8e5de1497a0a42fd998fe9b6bd07c8e"
2+
3+
install_bsd_32bit "Go Freebsd 32bit 1.12.0" "https://dl.google.com/go/go1.12.freebsd-386.tar.gz#5f66cc122e91249d9b371b2c8635b0b50db513812e3efaf9d6defbc28bff3a1c"
4+
5+
install_bsd_64bit "Go Freebsd 64bit 1.12.0" "https://dl.google.com/go/go1.12.freebsd-amd64.tar.gz#b4c063a3f39de4f837475cb982507926d7cab4f64d35e1dc0d6dce555b3fe143"
6+
7+
install_linux_32bit "Go Linux 32bit 1.12.0" "https://dl.google.com/go/go1.12.linux-386.tar.gz#3ac1db65a6fa5c13f424b53ee181755429df0c33775733cede1e0d540440fd7b"
8+
9+
install_linux_64bit "Go Linux 64bit 1.12.0" "https://dl.google.com/go/go1.12.linux-amd64.tar.gz#750a07fef8579ae4839458701f4df690e0b20b8bcce33b437e4df89c451b6f13"
10+
11+
install_linux_arm "Go Linux arm 1.12.0" "https://dl.google.com/go/go1.12.linux-armv6l.tar.gz#ea0636f055763d309437461b5817452419411eb1f598dc7f35999fae05bcb79a"

plugins/go-build/test/goenv-install.bats

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ OUT
8787
1.11.3
8888
1.11.4
8989
1.11.5
90+
1.12.0
9091
1.12beta1
9192
1.12beta2
9293
1.12rc1
@@ -402,6 +403,7 @@ Available versions:
402403
1.11.3
403404
1.11.4
404405
1.11.5
406+
1.12.0
405407
1.12beta1
406408
1.12beta2
407409
1.12rc1
@@ -474,6 +476,7 @@ Available versions:
474476
1.11.3
475477
1.11.4
476478
1.11.5
479+
1.12.0
477480
1.12beta1
478481
1.12beta2
479482
1.12rc1

0 commit comments

Comments
 (0)