Set min Go version to 1.20 (#930)

Update go.mod and CI to Go version 1.20.
This commit is contained in:
Canelo Hill 2024-06-18 22:40:57 -06:00 committed by GitHub
parent 227456c3cc
commit ac1b326ac0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

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

4
go.mod
View File

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