Skip to content

Commit

Permalink
(Fix ko-build#191) Add required go version to docs (ko-build#204)
Browse files Browse the repository at this point in the history
KO gives an error for the wrong go versions. The error is not very verbose.It is diffcult to decipher the logs of the error given. As a developer, adding a note to the installation process would prevent me from stumbling onto this issue.
  • Loading branch information
Napoleon Santana authored Sep 26, 2020
1 parent 4a4d1b0 commit 0f5a478
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

`ko` can be installed and upgraded by running:

**Note**: Golang version `1.12.0` or higher is required.

```shell
GO111MODULE=on go get github.com/google/ko/cmd/ko
```
Expand Down

0 comments on commit 0f5a478

Please sign in to comment.