Skip to content

Commit dae45a1

Browse files
author
techknowlogick
committed
build: update to Go 1.25
1 parent 8bf6dd2 commit dae45a1

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

ci/fmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eu
33
cd -- "$(dirname "$0")/.."
44

5-
X_TOOLS_VERSION=v0.31.0
5+
X_TOOLS_VERSION=v0.40.0
66

77
go mod tidy
88
(cd ./internal/thirdparty && go mod tidy)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/coder/websocket
22

3-
go 1.23
3+
go 1.25

internal/examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/coder/websocket/examples
22

3-
go 1.23
3+
go 1.25
44

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

internal/thirdparty/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/coder/websocket/internal/thirdparty
22

3-
go 1.23
3+
go 1.25
44

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

stringer.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)