Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Commit 39e14db

Browse files
committed
ci: drop Go-1.12, add Go-1.14
1 parent 4ca9570 commit 39e14db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ matrix:
1616
allow_failures:
1717
- go: master
1818
include:
19-
- go: 1.13.x
19+
- go: 1.14.x
2020
env:
2121
- COVERAGE="-cover -race"
22-
- go: 1.12.x
22+
- go: 1.13.x
2323
env:
2424
- COVERAGE=""
2525
- go: master

0 commit comments

Comments
 (0)