From 830a6064c70f7bd892dabc4f034259d696c732f3 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Tue, 17 Nov 2020 09:57:15 -0500 Subject: [PATCH] .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 --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5cc3efd..72bf31e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ os: - linux go: - - 1.9.x - 1.12.x + - 1.13.x - master before_install: diff --git a/README.md b/README.md index 9e695f0..ddd0cb8 100644 --- a/README.md +++ b/README.md @@ -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