Skip to content

Commit 5339bbb

Browse files
Merge pull request #951 from lightninglabs/docs-loop
Update loop documentation
2 parents 5040b8e + 156950c commit 5339bbb

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.6@latest
71-
$ go1.24.6 download
72-
Unpacking /home/user/sdk/go1.24.6/go1.24.6.linux-amd64.tar.gz ...
73-
Success. You may now run 'go1.24.6'
74-
$ go1.24.6 version
75-
go version go1.24.6 linux/amd64
76-
77-
$ GO_CMD=/home/user/go/bin/go1.24.6 ./release.sh v0.31.3
70+
$ go install golang.org/dl/go1.23.12@latest
71+
$ go1.23.12 download
72+
Unpacking /home/user/sdk/go1.23.12/go1.23.12.linux-amd64.tar.gz ...
73+
Success. You may now run 'go1.23.12'
74+
$ go1.23.12 version
75+
go version go1.23.12 linux/amd64
76+
77+
$ GO_CMD=/home/user/go/bin/go1.23.12 ./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)