Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 5f286e9

Browse files
authored
Merge pull request #955 from wking/go-1.10
Documentation/development: Bump minimum Go version to 1.10
2 parents bff16e2 + b859ebf commit 5f286e9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ before_script:
44
- unzip terraform_0.11.3_linux_amd64.zip
55
- export PATH=$PWD:$PATH
66
go:
7-
- 1.9.x
87
- 1.10.x
98
script:
109
- make clean release

Documentation/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Requirements
44

5-
* Go 1.8+
5+
* Go 1.10+
66
* Configured [GOPATH](http://golang.org/doc/code.html#GOPATH)
77

88
## Building
@@ -14,7 +14,7 @@ go get -u github.com/kubernetes-incubator/bootkube
1414
cd $GOPATH/src/github.com/kubernetes-incubator/bootkube
1515
```
1616

17-
Then, to build (only Go verson 1.8 is supported now):
17+
Then build:
1818

1919
```
2020
make clean all

0 commit comments

Comments
 (0)