Go 1.11.4+ and Docker 18.09 pre-reqs
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
3cdc039201
commit
df01d4fd8a
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ Want to contribute to act? Awesome! Check out the [contributing guidelines](CONT
|
|||
|
||||
## Building from source
|
||||
|
||||
* Install Go tools 1.11+ - (https://golang.org/doc/install)
|
||||
* Install Go tools 1.11.4+ - (https://golang.org/doc/install)
|
||||
* Have a working Docker v18.09.1+ client - local/Docker for Mac/Docker for Windows
|
||||
* Clone this repo `git clone git@github.com:nektos/act.git`
|
||||
* Run unit tests with `make check`
|
||||
* Build and install: `make install`
|
||||
|
|
Loading…
Reference in a new issue