Browse Source

Update readme to specify Go 1.12

pull/415/head
dax 6 years ago
parent
commit
fafff020d9
  1. 2
      README.md

2
README.md

@ -158,7 +158,7 @@ The clone will be much faster on this repo if you do
This repo includes all of Kubernetes history so `--depth 1` will avoid most of that.
For development, you just need go 1.11 and a sane GOPATH. To compile the binaries run
For development, you just need go 1.12 and a sane GOPATH. To compile the binaries run
```bash
go build -o k3s

Loading…
Cancel
Save