Skip to content

Commit

Permalink
Update go version in TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Jan 7, 2020
1 parent 56d308d commit 260ae5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go:
# - "1.11.x" At minimum the code should run make check on the latest two go versions in the default linux environment provided by Travis.
- "1.12.x"
# - "1.13.x" At minimum the code should run make check on the latest two go versions in the default linux environment provided by Travis.
- "1.13.x"

dist: xenial

Expand Down

0 comments on commit 260ae5c

Please sign in to comment.