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.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
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