Skip to content

Commit

Permalink
update go version instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed May 11, 2022
1 parent af9b322 commit 5165817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For a complete [install guide] see [the documentation here][install guide].

You can install kind with `GO111MODULE="on" go get sigs.k8s.io/kind@v0.12.0`.

**NOTE**: please use the latest go to do this, ideally go 1.13 or greater.
**NOTE**: please use the latest go to do this. KIND is developed with the latest stable go, see [`.go-version`](./.go-version) for the exact version we're using.

**NOTE**: `go get` should not be run from a Go [modules] enabled project directory,
as go get inside a modules enabled project updates dependencies / behaves differently. Try for example `cd $HOME` first.
Expand Down

0 comments on commit 5165817

Please sign in to comment.