Switch Travis to Go 1.10

This commit is contained in:
Frédéric Guillot 2018-03-14 18:51:41 -07:00
parent ec08f45bf5
commit fec391a336
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ addons:
postgresql: "9.4" postgresql: "9.4"
language: go language: go
go: go:
- 1.9 - "1.10"
before_install: before_install:
- npm install -g jshint - npm install -g jshint
- go get -u github.com/golang/lint/golint - go get -u github.com/golang/lint/golint