versioning fixups

This commit is contained in:
sputn1ck 2025-10-31 19:05:40 +01:00
parent e4f64ec9cc
commit c8c78c6f7a
No known key found for this signature in database
GPG key ID: 671103D881A5F0E4
4 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@ func printMarkdown(_ context.Context, cmd *cli.Command) error {
md, err := docs.ToTabularMarkdown(root, "loop") md, err := docs.ToTabularMarkdown(root, "loop")
if err != nil { if err != nil {
return fmt.Errorf("failed to produce man: %w", err) return fmt.Errorf("failed to produce markdown: %w", err)
} }
fmt.Println(md) fmt.Println(md)

View file

@ -74,7 +74,7 @@ Success. You may now run 'go1.24.6'
$ go1.24.6 version $ go1.24.6 version
go version go1.24.6 linux/amd64 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 On MacOS, you will need to install GNU tar and GNU gzip, which can be done with

View file

@ -1,6 +1,6 @@
module github.com/lightninglabs/loop/looprpc module github.com/lightninglabs/loop/looprpc
go 1.23.9 go 1.24.6
require ( require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3

View file

@ -13,4 +13,4 @@ require (
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
) )
go 1.23.9 go 1.24.6