Skip to content

Commit 9470379

Browse files
committed
test: bump Go to fix lint
1 parent 2ea4fae commit 9470379

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.24.7

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.24.0
3+
go 1.24.7
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.24.0
3+
go 1.24.7
44

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

0 commit comments

Comments
 (0)