mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
versioning fixups
This commit is contained in:
parent
e4f64ec9cc
commit
c8c78c6f7a
4 changed files with 4 additions and 4 deletions
|
|
@ -56,7 +56,7 @@ func printMarkdown(_ context.Context, cmd *cli.Command) error {
|
|||
|
||||
md, err := docs.ToTabularMarkdown(root, "loop")
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to produce man: %w", err)
|
||||
return fmt.Errorf("failed to produce markdown: %w", err)
|
||||
}
|
||||
|
||||
fmt.Println(md)
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ Success. You may now run 'go1.24.6'
|
|||
$ go1.24.6 version
|
||||
go version go1.24.6 linux/amd64
|
||||
|
||||
$ GO_CMD=/home/user/go/bin/go1.24.6 ./release.sh v0.31.3
|
||||
$ GO_CMD=/home/user/go/bin/go1.24.6 ./release.sh v0.31.5
|
||||
```
|
||||
|
||||
On MacOS, you will need to install GNU tar and GNU gzip, which can be done with
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/lightninglabs/loop/looprpc
|
||||
|
||||
go 1.23.9
|
||||
go 1.24.6
|
||||
|
||||
require (
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@ require (
|
|||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
||||
)
|
||||
|
||||
go 1.23.9
|
||||
go 1.24.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue