[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Fix the prerequisite golang version typo (#5)
Browse files Browse the repository at this point in the history
Fix the prerequisite golang version typo
  • Loading branch information
warmchang authored and yqwang-ms committed Jan 2, 2019
1 parent 07c2a6c commit c06876a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ docker run -e KUBECONFIG=/mnt/.kube/config \

**Prerequisite**

Ensure you have installed [Golang 10.10 or above](https://golang.org/doc/install#install) and the [${GOPATH}](https://golang.org/doc/code.html#GOPATH) is valid.
Ensure you have installed [Golang 1.10 or above](https://golang.org/doc/install#install) and the [${GOPATH}](https://golang.org/doc/code.html#GOPATH) is valid.

Then build the FrameworkController binary distribution:
```shell
Expand Down

0 comments on commit c06876a

Please sign in to comment.