oomichi / try-kubernetes

12 stars 5 forks source link

The latest kubernetes requires go1.10.2 or greater #32

Closed oomichi closed 6 years ago

oomichi commented 6 years ago

READMEをアップデートする。

$ make ginkgo

Detected go version: go version go1.10.1 linux/amd64.
Kubernetes requires go1.10.2 or greater.
Please install go1.10.2 or later.
oomichi commented 6 years ago

そもそも install 時に z バージョンは指定できないぞ・・

$ sudo apt-get install -y golang-1.10.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package golang-1.10.1
E: Couldn't find any package by glob 'golang-1.10.1'
E: Couldn't find any package by regex 'golang-1.10.1'
oomichi commented 6 years ago

ubuntu パッケージではない方法(本家の golang)をインストールする必要あり https://golang.org/doc/devel/release.html#go1.10.minor