File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,14 @@ for a release using the following commands:
6767``` bash
6868$ go version
6969go 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
8080On MacOS, you will need to install GNU tar and GNU gzip, which can be done with
You can’t perform that action at this time.
0 commit comments