Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #221 from square/cs/drop-1.7
Browse files Browse the repository at this point in the history
Drop support for Go 1.5 and 1.6 in v2
  • Loading branch information
csstaub authored Feb 26, 2019
2 parents 32a0071 + c38f059 commit d312f7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ matrix:
- go: tip

go:
- '1.5.x'
- '1.6.x'
- '1.7.x'
- '1.8.x'
- '1.9.x'
- '1.10.x'
- '1.11.x'

go_import_path: gopkg.in/square/go-jose.v2

Expand Down

0 comments on commit d312f7d

Please sign in to comment.