Skip to content

Commit 7456347

Browse files
committed
fix(gomod): fix dependabot's stupidity
1 parent 4914bbb commit 7456347

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/filecoin-project/go-state-types
22

3-
go 1.23
3+
go 1.23.0
4+
45
retract v0.12.7 // wrongfully skipped a patch version, use v0.12.6 or v0.12.8&^
56

67
require (

0 commit comments

Comments
 (0)