Skip to content

Commit

Permalink
Merge pull request #109 from toshi0607/feature/add-1.14rc1
Browse files Browse the repository at this point in the history
add 1.14rc1
  • Loading branch information
syndbg authored Feb 8, 2020
2 parents 9908525 + b3f045c commit 293fc4d
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.14rc1
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
install_darwin_64bit "Go Darwin 64bit 1.14rc1" "https://dl.google.com/go/go1.14rc1.darwin-amd64.tar.gz#a763dbaaabe6929552891121106286e6e18bc91edf67c031bdefe190e92b6049"

install_bsd_32bit "Go Freebsd 32bit 1.14rc1" "https://dl.google.com/go/go1.14rc1.freebsd-386.tar.gz#5c094357682c59155adf1b333b29d58db5f98735490cdf43d7e1c0047163047f"

install_bsd_64bit "Go Freebsd 64bit 1.14rc1" "https://dl.google.com/go/go1.14rc1.freebsd-amd64.tar.gz#7ebe8d9d050adbeede668ba614a2c0db846fed4d426138615533839bc03c15fe"

install_linux_32bit "Go Linux 32bit 1.14rc1" "https://dl.google.com/go/go1.14rc1.linux-386.tar.gz#831087aa0eba8b6dfa221036d00641613996ac66d7c635f1e34c53d5f0922623"

install_linux_64bit "Go Linux 64bit 1.14rc1" "https://dl.google.com/go/go1.14rc1.linux-amd64.tar.gz#69398d41e5f6b87cdf3969aae665be4dfd3cc2ef36a61ab47a261f96130ed788"

install_linux_arm "Go Linux arm 1.14rc1" "https://dl.google.com/go/go1.14rc1.linux-armv6l.tar.gz#bfe041f7d2a62f895f2d11703a29bdd31a48cca9a3c36418d59680bc1cbb8a6d"
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 @@ -125,6 +125,7 @@ OUT
1.13.6
1.13.7
1.14beta1
1.14rc1
OUT
}

Expand Down Expand Up @@ -477,6 +478,7 @@ Available versions:
1.13.6
1.13.7
1.14beta1
1.14rc1
OUT
}

Expand Down Expand Up @@ -586,6 +588,7 @@ Available versions:
1.13.6
1.13.7
1.14beta1
1.14rc1
OUT
}

Expand Down

0 comments on commit 293fc4d

Please sign in to comment.