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