.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:
Aaron Lindsay 2020-11-17 09:57:15 -05:00
parent 6807c93e0e
commit 830a6064c7
2 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ os:
- linux
go:
- 1.9.x
- 1.12.x
- 1.13.x
- master
before_install:

View File

@ -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