Skip to content

Commit e4235bb

Browse files
committed
s/1.22/1.23
1 parent fb3bc9f commit e4235bb

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

ci/fmt.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
set -eu
33
cd -- "$(dirname "$0")/.."
44

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
5+
X_TOOLS_VERSION=v0.31.0
76

87
go mod tidy
98
(cd ./internal/thirdparty && go mod tidy)

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/coder/websocket
22

3-
go 1.22
3+
go 1.23

internal/examples/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/coder/websocket/examples
22

3-
go 1.22
3+
go 1.23
44

55
replace github.com/coder/websocket => ../..
66

internal/thirdparty/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/coder/websocket/internal/thirdparty
22

3-
go 1.22
3+
go 1.23
44

55
replace github.com/coder/websocket => ../..
66

0 commit comments

Comments
 (0)