Skip to content

Commit 6d4fe18

Browse files
committed
Removes older go version from .travis.yml
1 parent 7e958f8 commit 6d4fe18

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: go
22

33
go:
4-
- "1.7"
5-
- "1.8"
6-
- "1.9"
7-
- "1.10"
8-
- "1.11"
4+
- "1.13"
5+
- "1.14"
6+
- "1.15"
97
- tip

0 commit comments

Comments
 (0)