File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,24 +36,19 @@ If you prefer to build Knative yourself, follow these steps.
3636
3737Install [ Docker] ( /quickstart/#install-docker ) , Go [[ versions.go ]] , and ` ko ` :
3838
39- ##### Install Go [[ versions.go ]]
40- ``` bash
41- wget https://go.dev/dl/go[[ versions.go ]].linux-amd64.tar.gz
42- sudo rm -rf /usr/local/go
43- sudo tar -zxvf go[[ versions.go ]].linux-amd64.tar.gz -C /usr/local/
44- rm go[[ versions.go ]].linux-amd64.tar.gz
45- ```
39+ ##### Install Go (≥ 1.23)
40+
41+ Please follow the official [ Go installation instructions] ( https://go.dev/doc/install ) to install Go 1.23 or newer.
4642
47- ##### Verify Go installation (Should be [[ versions.go ]] )
43+ ##### Verify Go installation
4844
4945``` console
5046$ export PATH=/usr/local/go/bin:$PATH
5147$ export GOPATH=$HOME /go
5248$ go version
53- go version go[[ versions.go ]] linux/amd64
5449```
5550
56- ##### Install ko (latest)
51+ ##### Install ko
5752``` bash
5853curl -sSfL https://github.com/ko-build/ko/releases/latest/download/ko_Linux_x86_64.tar.gz | sudo tar xzf - -C /usr/local/bin
5954ko version
You can’t perform that action at this time.
0 commit comments