Skip to content

Commit

Permalink
Update .travis.yml with Go v1.13 and v1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Jul 11, 2020
1 parent 2f3bcb6 commit d23ab7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,8 +1,8 @@
language: go
go:
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"
- "1.14.x"
install:
- go get golang.org/x/lint/golint
- go get -v -t .
Expand Down

0 comments on commit d23ab7b

Please sign in to comment.