Skip to content

Commit

Permalink
Fix wrong go version
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Dec 19, 2024
1 parent cd69f2a commit 3b16a62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/spacemeshos/smcli

go 1.23.2
go 1.23.4

require (
github.com/btcsuite/btcutil v1.0.2
github.com/jedib0t/go-pretty/v6 v6.6.5
Expand Down

0 comments on commit 3b16a62

Please sign in to comment.