1
0
mirror of https://github.com/ko-build/ko.git synced 2025-02-07 19:30:23 +02:00

(Fix #191) Add required go version to docs (#204)

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.
This commit is contained in:
Napoleon Santana 2020-09-25 20:24:22 -04:00 committed by GitHub
parent 4a4d1b02bd
commit 0f5a478d75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```