Skip to content

Commit

Permalink
update go version in travis environment
Browse files Browse the repository at this point in the history
  • Loading branch information
slimus committed Jun 1, 2020
1 parent 2631089 commit 7925dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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

0 comments on commit 7925dbb

Please sign in to comment.