Skip to content

Commit 4c0562f

Browse files
committed
Update go version
1 parent 0581aad commit 4c0562f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
- name: Set up Go
182182
uses: actions/setup-go@v5
183183
with:
184-
go-version: 1.24.1
184+
go-version: 1.25.0
185185
- name: Enable pulling Go modules from private sourcegraph/sourcegraph
186186
run: git config --global url."https://${PRIVATE_TOKEN}@github.com/sourcegraph/".insteadOf "https://github.com/sourcegraph/"
187187
- run: go test ./...

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/sourcegraph/src-cli
22

3-
go 1.24
3+
go 1.25
44

5-
toolchain go1.24.1
5+
toolchain go1.25.0
66

77
require (
88
cloud.google.com/go/storage v1.30.1
@@ -19,7 +19,6 @@ require (
1919
github.com/dustin/go-humanize v1.0.1
2020
github.com/gobwas/glob v0.2.3
2121
github.com/google/go-cmp v0.6.0
22-
github.com/gorilla/websocket v1.5.3
2322
github.com/grafana/regexp v0.0.0-20221123153739-15dc172cd2db
2423
github.com/hexops/autogold v1.3.1
2524
github.com/jedib0t/go-pretty/v6 v6.3.7
@@ -51,6 +50,7 @@ require (
5150
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
5251
github.com/google/gnostic-models v0.6.8 // indirect
5352
github.com/google/s2a-go v0.1.4 // indirect
53+
github.com/gorilla/websocket v1.5.3 // indirect
5454
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
5555
github.com/jackc/pgconn v1.14.3 // indirect
5656
github.com/jackc/pgio v1.0.0 // indirect

0 commit comments

Comments
 (0)