From 7925dbb0b18df1cae2b2d183c7789fe29b7c9951 Mon Sep 17 00:00:00 2001 From: Alexey Romanenko Date: Mon, 1 Jun 2020 21:54:50 +0700 Subject: [PATCH] update go version in travis environment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c12e6f081..5f6dbf752 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: 1.14 -script: sudo -E bash -c "source /etc/profile && eval '$(gimme 1.12)' && export GOPATH=$HOME/gopath:$GOPATH && go get && GORACE='halt_on_error=1' go test ./... -v -timeout 120s -race" +script: sudo -E bash -c "source /etc/profile && eval '$(gimme 1.14)' && export GOPATH=$HOME/gopath:$GOPATH && go get && GORACE='halt_on_error=1' go test ./... -v -timeout 120s -race" before_install: - sudo apt-get install libpcap-dev -y