Skip to content

Commit e53e255

Browse files
authored
Merge pull request #71 from toshi0607/feature/add-1.12.1-and-1.11.6
add 1.12.1 and 1.11.6
2 parents afa6df1 + 7938758 commit e53e255

3 files changed

Lines changed: 28 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.11.6" "https://dl.google.com/go/go1.11.6.darwin-amd64.tar.gz#3f1d8af129ee362990b98ba8a77ed9a595fd497d4c934e01d8cdd902d18cc97a"
2+
3+
install_bsd_32bit "Go Freebsd 32bit 1.11.6" "https://dl.google.com/go/go1.11.6.freebsd-386.tar.gz#7a9e639ab153e86b9202193255b2ab21708ea2a5078735c1fe6a7023b7e104b0"
4+
5+
install_bsd_64bit "Go Freebsd 64bit 1.11.6" "https://dl.google.com/go/go1.11.6.freebsd-amd64.tar.gz#27cfee907a4d83614b8ffeb122a3e238821c9e9287d04c126658c635cc91a5c7"
6+
7+
install_linux_32bit "Go Linux 32bit 1.11.6" "https://dl.google.com/go/go1.11.6.linux-386.tar.gz#7d90e484bb92e68648c1a7b6b1790e97af33718bae457d2ee02ee5d1dd0ce2b7"
8+
9+
install_linux_64bit "Go Linux 64bit 1.11.6" "https://dl.google.com/go/go1.11.6.linux-amd64.tar.gz#4e1864282d8d20010d6385a12a1e35641783a380a7c57907bfb46a5499c5eb49"
10+
11+
install_linux_arm "Go Linux arm 1.11.6" "https://dl.google.com/go/go1.11.6.linux-armv6l.tar.gz#62597fe72f1170cbb939958823555a701510e00362eb8a10b7ace6e59c8e7e6e"
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.1" "https://dl.google.com/go/go1.12.1.darwin-amd64.tar.gz#1a3d311d77bc685a23f6243a1cb8c52538c4f976239c27dda2d2820225eb8fc9"
2+
3+
install_bsd_32bit "Go Freebsd 32bit 1.12.1" "https://dl.google.com/go/go1.12.1.freebsd-386.tar.gz#392724db9f1cf38630a5ae7ee5c67f1416e8715500298cf81eb777fc4e6858c1"
4+
5+
install_bsd_64bit "Go Freebsd 64bit 1.12.1" "https://dl.google.com/go/go1.12.1.freebsd-amd64.tar.gz#aecf1590f5ddbecc506d9e3941df95ecca71e779b1d52b0be82f7f0c14ba2abe"
6+
7+
install_linux_32bit "Go Linux 32bit 1.12.1" "https://dl.google.com/go/go1.12.1.linux-386.tar.gz#af74b6572dd0c133e5de121928616eab60a6252c66f6d9b15007c82207416a2c"
8+
9+
install_linux_64bit "Go Linux 64bit 1.12.1" "https://dl.google.com/go/go1.12.1.linux-amd64.tar.gz#2a3fdabf665496a0db5f41ec6af7a9b15a49fbe71a85a50ca38b1f13a103aeec"
10+
11+
install_linux_arm "Go Linux arm 1.12.1" "https://dl.google.com/go/go1.12.1.linux-armv6l.tar.gz#ceac33f07f8fdbccd6c6f7339db33479e1be8c206e67458ba259470fe796dbf2"

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,12 @@ OUT
8787
1.11.3
8888
1.11.4
8989
1.11.5
90+
1.11.6
9091
1.12.0
9192
1.12beta1
9293
1.12beta2
9394
1.12rc1
95+
1.12.1
9496
OUT
9597
}
9698

@@ -403,10 +405,12 @@ Available versions:
403405
1.11.3
404406
1.11.4
405407
1.11.5
408+
1.11.6
406409
1.12.0
407410
1.12beta1
408411
1.12beta2
409412
1.12rc1
413+
1.12.1
410414
OUT
411415
}
412416

@@ -476,10 +480,12 @@ Available versions:
476480
1.11.3
477481
1.11.4
478482
1.11.5
483+
1.11.6
479484
1.12.0
480485
1.12beta1
481486
1.12beta2
482487
1.12rc1
488+
1.12.1
483489
OUT
484490
}
485491

0 commit comments

Comments
 (0)