Skip to content

Commit

Permalink
Remove support to Go 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Aug 25, 2020
1 parent b995914 commit ca3ee38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ go:
- 1.14.x
- 1.13.x
- 1.12.x
- 1.11.x
- tip

before_script:
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/atreugo/cors

go 1.11
go 1.12

require (
github.com/savsgio/atreugo/v11 v11.5.1
Expand Down

0 comments on commit ca3ee38

Please sign in to comment.