1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-08-21 20:48:12 +02:00

go: upgrade to Go 1.26.4 and run go fix ./...

This commit is contained in:
Geoffrey 2026-06-30 20:26:31 +00:00
parent 4756698b1e
commit 3d270f1593
No known key found for this signature in database
15 changed files with 57 additions and 64 deletions

2
go.mod
View file

@ -1,5 +1,5 @@
module github.com/sourcegraph/jsonrpc2
go 1.12
go 1.26.4
require github.com/gorilla/websocket v1.4.1