Skip to content

Commit 46bcc1a

Browse files
committed
try removing the go patch version
1 parent 237978f commit 46bcc1a

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/libp2p/go-libp2p
22

3-
go 1.25.7
3+
go 1.25
44

55
retract v0.26.1 // Tag was applied incorrectly due to a bug in the release workflow.
66

test-plans/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/libp2p/go-libp2p/test-plans/m/v2
22

3-
go 1.25.7
3+
go 1.25
44

55
require (
66
github.com/go-redis/redis/v8 v8.11.5

0 commit comments

Comments
 (0)