Skip to content

Commit b298e35

Browse files
Update .travis.yml
Go 1.10 introduced the new strings.Builder type used in the typed error response PR, so v2.0.0 onward must start it's minimum version support at 1.10.
1 parent 082c8b7 commit b298e35

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
language: go
22
go:
3-
- 1.5.x
4-
- 1.6.x
5-
- 1.7.x
3+
# - 1.5.x
4+
# - 1.6.x
5+
# - 1.7.x
66
- 1.10.x
7+
- 1.11.x
8+
- 1.12.x
9+
- 1.13.x
10+
- 1.14.x
11+
- 1.15.x
712
before_install:
813
# - go get github.com/mattn/goveralls # code coverage tracking
914
- go get -t -v ./... # grab project dependencies (non-vendor)

0 commit comments

Comments
 (0)