Skip to content

Commit 51ca300

Browse files
Merge pull request #959 from lightninglabs/docs-loop
Update loop documentation
2 parents 1b52a9f + ba4b871 commit 51ca300

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/loop/release.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ for a release using the following commands:
6767
```bash
6868
$ go version
6969
go version go1.25.0 linux/amd64
70-
$ go install golang.org/dl/go1.24.10@latest
71-
$ go1.24.10 download
72-
Unpacking /home/user/sdk/go1.24.10/go1.24.10.linux-amd64.tar.gz ...
73-
Success. You may now run 'go1.24.10'
74-
$ go1.24.10 version
75-
go version go1.24.10 linux/amd64
76-
77-
$ GO_CMD=/home/user/go/bin/go1.24.10 ./release.sh v0.31.5
70+
$ go install golang.org/dl/go1.24.9@latest
71+
$ go1.24.9 download
72+
Unpacking /home/user/sdk/go1.24.9/go1.24.9.linux-amd64.tar.gz ...
73+
Success. You may now run 'go1.24.9'
74+
$ go1.24.9 version
75+
go version go1.24.9 linux/amd64
76+
77+
$ GO_CMD=/home/user/go/bin/go1.24.9 ./release.sh v0.31.5
7878
```
7979

8080
On MacOS, you will need to install GNU tar and GNU gzip, which can be done with

0 commit comments

Comments
 (0)