mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 23:20:55 +00:00
Use go12 in CI
This commit is contained in:
@ -11,7 +11,13 @@ matrix:
|
||||
- python: 3.7
|
||||
dist: xenial
|
||||
env: TOXENV=py37-interop
|
||||
sudo: true
|
||||
before_install:
|
||||
- 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
|
||||
- export PATH=$GOROOT/bin:$GOPATH/bin:$PATH
|
||||
- ./install_interop_go_pkgs.sh
|
||||
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user