Skip to content

Commit

Permalink
Merge pull request #103 from toshi0607/feature/feature/add-1.13.4-and…
Browse files Browse the repository at this point in the history
…-1.12.13

add 1.13.4 and 1.12.13
  • Loading branch information
syndbg authored Nov 1, 2019
2 parents ed1411f + 41dfb70 commit de33567
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.12.13
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
install_darwin_64bit "Go Darwin 64bit 1.12.13" "https://dl.google.com/go/go1.12.13.darwin-amd64.tar.gz#6d3de6f7d7c0e8162aaa009128839fa5afcba578dcbd6ff034a82419d82480e9"

install_bsd_32bit "Go Freebsd 32bit 1.12.13" "https://dl.google.com/go/go1.12.13.freebsd-386.tar.gz#aad712bd70b34bb8d72f9a3add12a2520f81cdd45a5763650b44361982b51133"

install_bsd_64bit "Go Freebsd 64bit 1.12.13" "https://dl.google.com/go/go1.12.13.freebsd-amd64.tar.gz#0b0560747a5bf2646a339cbd899aae6d97c4057d516ede1fa3d8b509e9346725"

install_linux_32bit "Go Linux 32bit 1.12.13" "https://dl.google.com/go/go1.12.13.linux-386.tar.gz#fafcb585591557b7b16d9b22dec4654193d205cf444b1810ab2988f658585e23"

install_linux_64bit "Go Linux 64bit 1.12.13" "https://dl.google.com/go/go1.12.13.linux-amd64.tar.gz#da036454cb3353f9f507f0ceed4048feac611065e4e1818b434365eb32ac9bdc"

install_linux_arm "Go Linux arm 1.12.13" "https://dl.google.com/go/go1.12.13.linux-armv6l.tar.gz#bf061cc3d4951e07904496b5c3d6c82419309d24634835522d786673a3f5438f"
11 changes: 11 additions & 0 deletions plugins/go-build/share/go-build/1.13.4
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
install_darwin_64bit "Go Darwin 64bit 1.13.4" "https://dl.google.com/go/go1.13.4.darwin-amd64.tar.gz#a9088c44a984c4ba64179619606cc65d9d0cb92988012cfc94fbb29ca09edac7"

install_bsd_32bit "Go Freebsd 32bit 1.13.4" "https://dl.google.com/go/go1.13.4.freebsd-386.tar.gz#ecb75927a71e232ef849c4f75388e2132c04bc429b0e2501d7bac5598fbd34f2"

install_bsd_64bit "Go Freebsd 64bit 1.13.4" "https://dl.google.com/go/go1.13.4.freebsd-amd64.tar.gz#2eeb50a31c61a8ce468ab7c350e6b6c43d8e9572c796742c8b3da8422c46e470"

install_linux_32bit "Go Linux 32bit 1.13.4" "https://dl.google.com/go/go1.13.4.linux-386.tar.gz#497934398ca57c7c207ce3388f099823923b4c7b74394d6ed64cd2d3751aecb8"

install_linux_64bit "Go Linux 64bit 1.13.4" "https://dl.google.com/go/go1.13.4.linux-amd64.tar.gz#692d17071736f74be04a72a06dab9cac1cd759377bd85316e52b2227604c004c"

install_linux_arm "Go Linux arm 1.13.4" "https://dl.google.com/go/go1.13.4.linux-armv6l.tar.gz#9f76e6353c9ae2dcad1731b7239531eb8be2fe171f29f2a9c5040945a930fd41"
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 @@ -109,13 +109,15 @@ OUT
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13beta1
1.13rc1
1.13rc2
1.13.1
1.13.2
1.13.3
1.13.4
OUT
}

Expand Down Expand Up @@ -452,13 +454,15 @@ Available versions:
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13beta1
1.13rc1
1.13rc2
1.13.1
1.13.2
1.13.3
1.13.4
OUT
}

Expand Down Expand Up @@ -552,13 +556,15 @@ Available versions:
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13beta1
1.13rc1
1.13rc2
1.13.1
1.13.2
1.13.3
1.13.4
OUT
}

Expand Down

0 comments on commit de33567

Please sign in to comment.