1
0
mirror of https://github.com/ko-build/ko.git synced 2025-03-17 20:47:51 +02:00

docs: typo on README.md (#359)

This commit is contained in:
Dario Tranchitella 2021-05-10 14:27:39 +02:00 committed by GitHub
parent d5ec166882
commit 09aea0d50b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -316,7 +316,7 @@ builds, or delete any previously built images.
[Using -ldflags](https://blog.cloudflare.com/setting-go-variables-at-compile-time/)
is a common way to embed version info in go binaries (In fact, we do this for
`ko`!). Unforunately, because `ko` wraps `go build`, it's not possible to use
`ko`!). Unfortunately, because `ko` wraps `go build`, it's not possible to use
this flag directly; however, you can use the `GOFLAGS` environment variable
instead: