Skip to content

Commit e693023

Browse files
committed
Update CI to use currently-supported Go versions
1 parent 7a00353 commit e693023

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

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

33
go:
4-
- "1.10.x"
5-
- "1.11.x"
6-
- "1.12.x"
7-
- "master"
4+
- "1.14.x"
5+
- "1.15.x"
86

97
arch:
108
- amd64

0 commit comments

Comments
 (0)