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 17, 2020
1 parent 0dcb7f5 commit d86adbc
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/fasthttp/websocket

go 1.11
go 1.12

require (
github.com/savsgio/gotils v0.0.0-20200616100644-13ff1fd2c28c
Expand Down

0 comments on commit d86adbc

Please sign in to comment.