travis: update go version (#983)

This commit is contained in:
Trung Nguyen 2020-05-04 10:02:27 -04:00 committed by GitHub
parent c04d1c8b10
commit ea9d72a7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -4,7 +4,7 @@
language: go
go_import_path: github.com/ethereum/go-ethereum
go: 1.11.x
go: 1.13.x
sudo: true
branches:
only:
@ -75,11 +75,9 @@ matrix:
dist: xenial
script:
- |
sudo modprobe fuse
sudo chmod 666 /dev/fuse
sudo chown root:$USER /etc/fuse.conf
go run build/ci.go install
QUORUM_IGNORE_TEST_PACKAGES=github.com/ethereum/go-ethereum/les,github.com/ethereum/go-ethereum/les/flowcontrol go run build/ci.go test -coverage $TEST_PACKAGES
- if: tag IS present
os: linux
dist: xenial