mirror of
https://github.com/aclindsa/ofxgo.git
synced 2025-04-28 22:15:49 -04: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:
|
||||
|
@ -96,7 +96,7 @@ if stmt, ok := response.Bank[0].(*ofxgo.StatementResponse); ok {
|
||||
|
||||
## Requirements
|
||||
|
||||
OFXGo requires go >= 1.9
|
||||
OFXGo requires go >= 1.12
|
||||
|
||||
## Using the command-line client
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user