travis: use go1.12

https://github.com/mdlayher/raw/pull/40 requires go1.12
This commit is contained in:
Michael Stapelberg 2019-03-03 16:36:25 +01:00
parent 8906854211
commit 7b1fcc9017

View File

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