Skip to content

Commit

Permalink
chore: add golang 1.14 version
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Mar 14, 2020
1 parent ffaac87 commit cc69476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: go
sudo: false
go:
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- master

matrix:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gin-gonic/autotls

go 1.13
go 1.14

require (
github.com/gin-gonic/gin v1.5.0
Expand Down

0 comments on commit cc69476

Please sign in to comment.