travis: test with go1.12

github.com/mdlayher/raw requires go1.12.
This commit is contained in:
Michael Stapelberg 2019-03-04 17:47:55 +01:00
parent 107f6fe098
commit d5bd78d555

View File

@ -4,8 +4,7 @@ sudo: false
language: go language: go
go: go:
- "1.10" - 1.12
- 1.11
script: script:
# Check whether files are syntactically correct. # Check whether files are syntactically correct.