Skip to content

Commit 42df884

Browse files
fixed requested changes
Signed-off-by: Ishaan Gupta <ishaankone@gmail.com> Signed-off-by: Hemang Sharrma <hemangsharrma@gmail.com> Co-authored-by: Hemang Sharrma <hemangsharrma@gmail.com>
1 parent c62c41e commit 42df884

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

docs/tutorials/knative.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,19 @@ If you prefer to build Knative yourself, follow these steps.
3636

3737
Install [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
5853
curl -sSfL https://github.com/ko-build/ko/releases/latest/download/ko_Linux_x86_64.tar.gz | sudo tar xzf - -C /usr/local/bin
5954
ko version

0 commit comments

Comments
 (0)