Skip to content

Commit

Permalink
Set min Go version to 1.20 (#930)
Browse files Browse the repository at this point in the history
Update go.mod and CI to Go version 1.20.
  • Loading branch information
Canelo Hill authored Jun 19, 2024
1 parent 227456c commit ac1b326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ workflows:
- test:
matrix:
parameters:
version: ["1.18", "1.17", "1.16"]
version: ["1.22", "1.21", "1.20"]
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/gorilla/websocket

go 1.12
go 1.20

retract (
v1.5.2 // tag accidentally overwritten
)
)

0 comments on commit ac1b326

Please # to comment.