From 1840fd3192f90990804ec81b0079fc6d9c3b8426 Mon Sep 17 00:00:00 2001 From: aperezg Date: Fri, 1 Nov 2019 17:49:06 +0100 Subject: [PATCH 1/2] fix travis, 1.10 doesnt support by unconvert anymore --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d2dfad4..eb23af5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,13 @@ language: go go_import_path: github.com/pkg/errors go: - - 1.10.x - 1.11.x - 1.12.x + - 1.13.x - tip +env: + - GO111MODULE=off + script: - make check From 1d43c59c0bf873f5dd7d00c048f8de572800a263 Mon Sep 17 00:00:00 2001 From: aperezg Date: Sat, 9 Nov 2019 09:18:04 +0100 Subject: [PATCH 2/2] 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