Skip to content

Commit 91f1693

Browse files
committed
travis.yml: add Go 1.13
1 parent ca0248e commit 91f1693

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@ go:
66
- 1.13.x
77
- tip
88

9-
env:
10-
- GO111MODULE=off
11-
129
script:
1310
- make check

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ default:
4545

4646
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:
4747

48-
- 0.9. Remove pre Go 1.9 support, address outstanding pull requests (if possible)
48+
- 0.9. Remove pre Go 1.9 and Go 1.10 support, address outstanding pull requests (if possible)
4949
- 1.0. Final release.
5050

5151
## Contributing

0 commit comments

Comments
 (0)