Update "go install" instructions (#377)

I got the following error when following the original instructions:

    go install: version is required when current directory is not in a module
            Try 'go install github.com/google/ko@latest' to install the latest version
This commit is contained in:
Hong Xu
2021-07-27 17:57:55 -04:00
committed by GitHub
parent 690533235a
commit 18096666c9
+1 -1
View File
@@ -45,7 +45,7 @@ brew install ko
With Go 1.16+, build and install the latest released version:
```
go install github.com/google/ko
go install github.com/google/ko@latest
```
## Authenticate