go.mod: downgrade deps for litd release

lnd v0.19.3-beta
tapd v0.6.1
go 1.23.12 (except in tools/ where golangci-lint needs Go 1.24)

Remove docs generators as cli-docs depends on Go 1.24.
This commit is contained in:
Boris Nagaev 2025-10-30 13:20:05 -03:00
parent 6c8bb7f8e2
commit 7d58b65a84
No known key found for this signature in database
15 changed files with 36 additions and 317 deletions

View file

@ -67,14 +67,14 @@ for a release using the following commands:
```bash
$ go version
go version go1.25.0 linux/amd64
$ go install golang.org/dl/go1.24.6@latest
$ go1.24.6 download
Unpacking /home/user/sdk/go1.24.6/go1.24.6.linux-amd64.tar.gz ...
Success. You may now run 'go1.24.6'
$ go1.24.6 version
go version go1.24.6 linux/amd64
$ go install golang.org/dl/go1.23.12@latest
$ go1.23.12 download
Unpacking /home/user/sdk/go1.23.12/go1.23.12.linux-amd64.tar.gz ...
Success. You may now run 'go1.23.12'
$ go1.23.12 version
go version go1.23.12 linux/amd64
$ GO_CMD=/home/user/go/bin/go1.24.6 ./release.sh v0.31.3
$ GO_CMD=/home/user/go/bin/go1.23.12 ./release.sh v0.31.5
```
On MacOS, you will need to install GNU tar and GNU gzip, which can be done with