Skip to content

Commit

Permalink
add 1.14.5 and 1.13.13 (#127)
Browse files Browse the repository at this point in the history
* 🎉 add 1.14.5

* 🎉 add 1.13.13

* 👍 Update hash for go1.14.5.darwin-amd64.tar.gz
  • Loading branch information
toshi0607 committed Jul 16, 2020
1 parent ada0b74 commit d3819a7
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.13.13
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
install_darwin_64bit "Go Darwin 64bit 1.13.13" "https://golang.org/dl/go1.13.13.darwin-amd64.pkg#c5ab56a99453af7d57380f8c2bfc185a4223ce5244e056189139b7c50dad0325"

install_bsd_32bit "Go Freebsd 32bit 1.13.13" "https://golang.org/dl/go1.13.13.freebsd-386.tar.gz#ca39ea0304f5087254b0bc40a5cf6fbc2a267cb5c20a8bdec608e804439bc552"

install_bsd_64bit "Go Freebsd 64bit 1.13.13" "https://golang.org/dl/go1.13.13.freebsd-amd64.tar.gz#db0cfac2a8c1f00808d801b83b7025f6715040d7d974ea4a0b9e98efa891677c"

install_linux_32bit "Go Linux 32bit 1.13.13" "https://golang.org/dl/go1.13.13.linux-386.tar.gz#efcadf5d927558429ce1156e12943639e0f33d4b5b75919683ec2529ffb8c3e1"

install_linux_64bit "Go Linux 64bit 1.13.13" "https://golang.org/dl/go1.13.13.linux-amd64.tar.gz#0b8573c2335bebef53e819ab8d323456dc2b94838bebdbd8cc6623bb8a6d77b7"

install_linux_arm "Go Linux arm 1.13.13" "https://golang.org/dl/go1.13.13.linux-armv6l.tar.gz#621081207d4d8549d33e2bc0623e50195152f40f3132327efecaa372f080af55"
11 changes: 11 additions & 0 deletions plugins/go-build/share/go-build/1.14.5
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
install_darwin_64bit "Go Darwin 64bit 1.14.5" "https://golang.org/dl/go1.14.5.darwin-amd64.tar.gz#1d01212ac86340e6680cb36e354339920e7c6e99b4e09a9d1377a2cd2ca5f760"

install_bsd_32bit "Go Freebsd 32bit 1.14.5" "https://golang.org/dl/go1.14.5.freebsd-386.tar.gz#ac0d175ab0208c7aae2742c1f1d49bc969e4db0fb02b5ea43449a96af9859718"

install_bsd_64bit "Go Freebsd 64bit 1.14.5" "https://golang.org/dl/go1.14.5.freebsd-amd64.tar.gz#38556ad4056253ee8074eb8bb4f62ad84513ee6747573b7617ae83e848d9d733"

install_linux_32bit "Go Linux 32bit 1.14.5" "https://golang.org/dl/go1.14.5.linux-386.tar.gz#a2f8e961b2eb4b477f0e938e9e6f08d1aac6d677c6d934ac1e532d5c9314bf3e"

install_linux_64bit "Go Linux 64bit 1.14.5" "https://golang.org/dl/go1.14.5.linux-amd64.tar.gz#82a1b84f16858db03231eb201f90cce2a991078dda543879b87e738e2586854b"

install_linux_arm "Go Linux arm 1.14.5" "https://golang.org/dl/go1.14.5.linux-armv6l.tar.gz#fc99d9cea2f2699d338f7e0ceb40d89c02019eec2b6500011a8743104274a46c"
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 @@ -130,13 +130,15 @@ OUT
1.13.10
1.13.11
1.13.12
1.13.13
1.14.0
1.14beta1
1.14rc1
1.14.1
1.14.2
1.14.3
1.14.4
1.14.5
1.15beta1
OUT
}
Expand Down Expand Up @@ -495,13 +497,15 @@ Available versions:
1.13.10
1.13.11
1.13.12
1.13.13
1.14.0
1.14beta1
1.14rc1
1.14.1
1.14.2
1.14.3
1.14.4
1.14.5
1.15beta1
OUT
}
Expand Down Expand Up @@ -617,13 +621,15 @@ Available versions:
1.13.10
1.13.11
1.13.12
1.13.13
1.14.0
1.14beta1
1.14rc1
1.14.1
1.14.2
1.14.3
1.14.4
1.14.5
1.15beta1
OUT
}
Expand Down

0 comments on commit d3819a7

Please sign in to comment.