Skip to content

Commit

Permalink
ci: Test against Go 1.13 and 1.14 (uber-go#801)
Browse files Browse the repository at this point in the history
This switches CI to test against Go 1.13 and 1.14, and linting against
the latter.
  • Loading branch information
abhinav committed Mar 15, 2020
1 parent 356d8f8 commit f032228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,8 +9,8 @@ env:

matrix:
include:
- go: 1.12.x
- go: 1.13.x
- go: 1.14.x
env: LINT=1

script:
Expand Down

0 comments on commit f032228

Please sign in to comment.