diff --git a/.travis.yml b/.travis.yml index d2dfad4..9159de0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: go go_import_path: github.com/pkg/errors go: - - 1.10.x - 1.11.x - 1.12.x + - 1.13.x - tip script: 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