Skip to content

Commit

Permalink
Upgrade minimal Go to 1.14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Jun 4, 2020
1 parent bf843a9 commit 585df53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: go

go:
- 1.12.x
- 1.14.x
- 1.x

env:
Expand Down
2 changes: 1 addition & 1 deletion _examples/go.mod
@@ -1,6 +1,6 @@
module examples

go 1.12
go 1.14

require (
github.com/dgrijalva/jwt-go v3.0.0+incompatible
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/gavv/httpexpect/v2

go 1.12
go 1.14

require (
github.com/ajg/form v1.5.1
Expand Down

0 comments on commit 585df53

Please sign in to comment.