Skip to content

Commit f994215

Browse files
authored
ci: Test against Go 1.13 and 1.14 (#801)
This switches CI to test against Go 1.13 and 1.14, and linting against the latter.
1 parent 2aa9fa2 commit f994215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ env:
99

1010
matrix:
1111
include:
12-
- go: 1.12.x
1312
- go: 1.13.x
13+
- go: 1.14.x
1414
env: LINT=1
1515

1616
script:

0 commit comments

Comments
 (0)