Set min Go version to 1.20

This commit is contained in:
Canelo Hill 2024-06-18 13:02:20 -06:00
parent ce903f6d1d
commit f73a3ca6a8
2 changed files with 2 additions and 2 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"]

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/gorilla/websocket
go 1.12
go 1.20