From 91f169312d9bf0c7709dc198651b9505ba85a239 Mon Sep 17 00:00:00 2001 From: aperezg Date: Sat, 9 Nov 2019 09:18:04 +0100 Subject: [PATCH] travis.yml: add Go 1.13 --- .travis.yml | 3 --- README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index eb23af5..9159de0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,5 @@ go: - 1.13.x - tip -env: - - GO111MODULE=off - script: - make check diff --git a/README.md b/README.md index cf771e7..54dfdcb 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ default: With the upcoming [Go2 error proposals](https://go.googlesource.com/proposal/+/master/design/go2draft.md) this package is moving into maintenance mode. The roadmap for a 1.0 release is as follows: -- 0.9. Remove pre Go 1.9 support, address outstanding pull requests (if possible) +- 0.9. Remove pre Go 1.9 and Go 1.10 support, address outstanding pull requests (if possible) - 1.0. Final release. ## Contributing