Use go12 in CI

This commit is contained in:
mhchia
2019-08-28 23:48:25 +08:00
parent b726d7c9da
commit 15f62dff68
2 changed files with 6 additions and 8 deletions

View File

@ -1,13 +1,5 @@
#!/bin/bash
which go
if [ $? != 0 ]; then
wget https://dl.google.com/go/go1.12.6.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf $GOPACKAGE
export GOPATH=$HOME/go
export GOROOT=/usr/local/go
fi
go version
cd tests/interop/go_pkgs/
go install ./...