Switch Travis to Go 1.11

This commit is contained in:
Michael 2018-08-26 19:19:13 +00:00 committed by Frédéric Guillot
parent 9169fbafb2
commit a9e9c347f4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ addons:
language: go
go_import_path: "miniflux.app"
go:
- "1.10"
- "1.11"
before_install:
- npm install -g jshint
- go get -u github.com/golang/lint/golint