mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: downgrade Go to 1.24.9
This is needed, because LND and LiT use 1.24.9.
This commit is contained in:
parent
d9a633bc2c
commit
d677e9d7e6
10 changed files with 16 additions and 16 deletions
|
|
@ -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.10@latest
|
||||
$ go1.24.10 download
|
||||
Unpacking /home/user/sdk/go1.24.10/go1.24.10.linux-amd64.tar.gz ...
|
||||
Success. You may now run 'go1.24.10'
|
||||
$ go1.24.10 version
|
||||
go version go1.24.10 linux/amd64
|
||||
$ go install golang.org/dl/go1.24.9@latest
|
||||
$ go1.24.9 download
|
||||
Unpacking /home/user/sdk/go1.24.9/go1.24.9.linux-amd64.tar.gz ...
|
||||
Success. You may now run 'go1.24.9'
|
||||
$ go1.24.9 version
|
||||
go version go1.24.9 linux/amd64
|
||||
|
||||
$ GO_CMD=/home/user/go/bin/go1.24.10 ./release.sh v0.31.5
|
||||
$ GO_CMD=/home/user/go/bin/go1.24.9 ./release.sh v0.31.5
|
||||
```
|
||||
|
||||
On MacOS, you will need to install GNU tar and GNU gzip, which can be done with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue