Skip to content

Commit 35b4b47

Browse files
committed
chore: use Go 1.13 in CI
1 parent 4583fbc commit 35b4b47

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@ before_install:
33
- go get golang.org/x/tools/cmd/cover
44
- go get github.com/stretchr/testify
55
go:
6-
- "1.7"
7-
- "1.8"
8-
- "1.9"
9-
- "1.10"
10-
- "tip"
6+
- "1.13"
117
script: make test

0 commit comments

Comments
 (0)