File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181
181
- name : Set up Go
182
182
uses : actions/setup-go@v5
183
183
with :
184
- go-version : 1.24.1
184
+ go-version : 1.25.0
185
185
- name : Enable pulling Go modules from private sourcegraph/sourcegraph
186
186
run : git config --global url."https://${PRIVATE_TOKEN}@github.com/sourcegraph/".insteadOf "https://github.com/sourcegraph/"
187
187
- run : go test ./...
Original file line number Diff line number Diff line change 1
1
module github.com/sourcegraph/src-cli
2
2
3
- go 1.24
3
+ go 1.25
4
4
5
- toolchain go1.24.1
5
+ toolchain go1.25.0
6
6
7
7
require (
8
8
cloud.google.com/go/storage v1.30.1
@@ -19,7 +19,6 @@ require (
19
19
github.com/dustin/go-humanize v1.0.1
20
20
github.com/gobwas/glob v0.2.3
21
21
github.com/google/go-cmp v0.6.0
22
- github.com/gorilla/websocket v1.5.3
23
22
github.com/grafana/regexp v0.0.0-20221123153739-15dc172cd2db
24
23
github.com/hexops/autogold v1.3.1
25
24
github.com/jedib0t/go-pretty/v6 v6.3.7
@@ -51,6 +50,7 @@ require (
51
50
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
52
51
github.com/google/gnostic-models v0.6.8 // indirect
53
52
github.com/google/s2a-go v0.1.4 // indirect
53
+ github.com/gorilla/websocket v1.5.3 // indirect
54
54
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
55
55
github.com/jackc/pgconn v1.14.3 // indirect
56
56
github.com/jackc/pgio v1.0.0 // indirect
You can’t perform that action at this time.
0 commit comments