good morning!!!!

Skip to content
Snippets Groups Projects
Commit e4235bb8 authored by Mathias Fredriksson's avatar Mathias Fredriksson
Browse files

s/1.22/1.23

parent fb3bc9ff
No related tags found
No related merge requests found
......@@ -2,8 +2,7 @@
set -eu
cd -- "$(dirname "$0")/.."
# Pin golang.org/x/tools, the go.mod of v0.31.0 is incompatible with Go 1.22.
X_TOOLS_VERSION=v0.30.0
X_TOOLS_VERSION=v0.31.0
go mod tidy
(cd ./internal/thirdparty && go mod tidy)
......
module github.com/coder/websocket
go 1.22
go 1.23
module github.com/coder/websocket/examples
go 1.22
go 1.23
replace github.com/coder/websocket => ../..
......
module github.com/coder/websocket/internal/thirdparty
go 1.22
go 1.23
replace github.com/coder/websocket => ../..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment