We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3bc9f commit e4235bbCopy full SHA for e4235bb
ci/fmt.sh
@@ -2,8 +2,7 @@
2
set -eu
3
cd -- "$(dirname "$0")/.."
4
5
-# Pin golang.org/x/tools, the go.mod of v0.31.0 is incompatible with Go 1.22.
6
-X_TOOLS_VERSION=v0.30.0
+X_TOOLS_VERSION=v0.31.0
7
8
go mod tidy
9
(cd ./internal/thirdparty && go mod tidy)
go.mod
@@ -1,3 +1,3 @@
1
module github.com/coder/websocket
-go 1.22
+go 1.23
internal/examples/go.mod
@@ -1,6 +1,6 @@
module github.com/coder/websocket/examples
replace github.com/coder/websocket => ../..
internal/thirdparty/go.mod
module github.com/coder/websocket/internal/thirdparty
0 commit comments