Skip to content

Commit

Permalink
go.mod says required golang version is 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Nichols committed Dec 4, 2020
1 parent b895251 commit 48d6116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

`ko` can be installed and upgraded by running:

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

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

## Authenticating
Expand Down

0 comments on commit 48d6116

Please sign in to comment.