mirror of https://github.com/gorilla/websocket.git
Set min Go version to 1.20 (#930)
Update go.mod and CI to Go version 1.20.
This commit is contained in:
parent
227456c3cc
commit
ac1b326ac0
|
@ -67,4 +67,4 @@ workflows:
|
|||
- test:
|
||||
matrix:
|
||||
parameters:
|
||||
version: ["1.18", "1.17", "1.16"]
|
||||
version: ["1.22", "1.21", "1.20"]
|
||||
|
|
Loading…
Reference in New Issue