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

Commit

Permalink
Merge pull request #775 from mingzhaodotname/patch-1
Browse files Browse the repository at this point in the history
Make it clear that only Go version 1.8 is supported now
  • Loading branch information
dghubble authored Nov 17, 2017
2 parents bb4cd3a + 5538e7c commit 107e358
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Documentation/development.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Bootkube Development

## Requirements

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

## Building

First, clone the repo into the proper location in your $GOPATH:
Expand All @@ -9,7 +14,7 @@ go get -u github.com/kubernetes-incubator/bootkube
cd $GOPATH/src/github.com/kubernetes-incubator/bootkube
```

Then, to build:
Then, to build (only Go verson 1.8 is supported now):

```
make clean all
Expand Down

0 comments on commit 107e358

Please sign in to comment.