travis: switch to go 1.11

This commit is contained in:
Michael Stapelberg 2018-12-15 12:49:34 +01:00
parent a5d9e03dd3
commit 5eaba2aa4d

View File

@ -7,7 +7,7 @@ services:
language: go language: go
go: go:
- "1.10" - "1.11"
install: install:
- go get -t -v -d ./... - go get -t -v -d ./...