Skip to content

Commit

Permalink
travis: use go 1.13
Browse files Browse the repository at this point in the history
This is the version I have on my dev computer.
  • Loading branch information
nikolas committed May 7, 2020
1 parent fb700cf commit 490c4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: go
go: "1.10"
go: "1.13"

before_install:
- go get golang.org/x/tools/cmd/cover
Expand Down

0 comments on commit 490c4bf

Please sign in to comment.