Compare commits

..

No commits in common. "1112e581845ff19258a715d17b19694710b570c7" and "ccd407c1f75e016a870e0731ce286ee1b96a2daf" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -67,4 +67,4 @@ workflows:
- test: - test:
matrix: matrix:
parameters: parameters:
version: ["1.22", "1.21", "1.20"] version: ["1.18", "1.17", "1.16"]

6
go.mod
View File

@ -1,7 +1,3 @@
module github.com/gorilla/websocket module github.com/gorilla/websocket
go 1.20 go 1.12
retract (
v1.5.2 // tag accidentally overwritten
)