Skip to content

Commit 3233eb2

Browse files
committed
reduce version constraint
1 parent 7a08925 commit 3233eb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

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

3-
go 1.26.1
3+
go 1.25.1
44

55
require (
66
cloud.google.com/go/storage v1.50.0

lib/go.mod

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

3-
go 1.26.1
3+
go 1.25.1
44

55
require (
66
github.com/Masterminds/semver v1.5.0

0 commit comments

Comments
 (0)