Skip to content

Commit

Permalink
travis: remove Go 1.10 support
Browse files Browse the repository at this point in the history
Build are not passing anymore as gin-gonic introduced features that only
build on Go>=1.11

Also adding Go 1.14 released last week.

Fixing build for #66
  • Loading branch information
rbeuque74 committed Mar 3, 2020
1 parent 8318fce commit 8d7e89f
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,10 +1,10 @@
language: go

go:
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"
- "1.14.x"
- "master"

jobs:
Expand Down

0 comments on commit 8d7e89f

Please sign in to comment.