Skip to content

Commit c622022

Browse files
authored
remove go 1.9-1.12 from testing, add go 1.14 (#25)
1 parent dc64943 commit c622022

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@ language: go
22

33
go:
44
- "1.8.x"
5-
- "1.9.x"
6-
- "1.10.x"
7-
- "1.11.x"
8-
- "1.12.x"
5+
- "1.14.x"
96
- tip

0 commit comments

Comments
 (0)