Skip to content

Commit

Permalink
travis: require Go 1.13
Browse files Browse the repository at this point in the history
At this point I'm writing Go 1.13 and indeed we've seen that
the code does not compile when using Go 1.13.
  • Loading branch information
bassosimone committed Feb 11, 2020
1 parent 129f902 commit 100604f
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,6 +1,6 @@
language: go
go:
- 1.12.x
- 1.13.x
dist: xenial

before_script:
Expand Down

0 comments on commit 100604f

Please sign in to comment.