mirror of
https://github.com/aclindsa/ofxgo.git
synced 2024-11-21 19:20:05 -05:00
.travis.yml: Set Go 1.12 as the minimum version
I'm getting errors when attempting to build with any older version: golang.org/x/term # golang.org/x/term ../../../golang.org/x/term/term_unix_linux.go:9:7: ioctlReadTermios redeclared in this block previous declaration at ../../../golang.org/x/term/term_unix_aix.go:9:26 ../../../golang.org/x/term/term_unix_linux.go:10:7: ioctlWriteTermios redeclared in this block previous declaration at ../../../golang.org/x/term/term_unix_aix.go:10:27
This commit is contained in:
parent
6807c93e0e
commit
830a6064c7
@ -4,8 +4,8 @@ os:
|
||||
- linux
|
||||
|
||||
go:
|
||||
- 1.9.x
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
- master
|
||||
|
||||
before_install:
|
||||
|
Loading…
Reference in New Issue
Block a user