From df01d4fd8ab3309ad0b05f0811e077687831a138 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Mon, 21 Jan 2019 18:32:36 +1000 Subject: [PATCH 1/2] Go 1.11.4+ and Docker 18.09 pre-reqs Signed-off-by: Sven Dowideit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2650f38e..ef665f09 100644 --- a/README.md +++ b/README.md @@ -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` From bb2f48af093fb4b91a608a45ba786e672280b2bd Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Tue, 22 Jan 2019 07:33:20 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ef665f09..203e8bdf 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ Want to contribute to act? Awesome! Check out the [contributing guidelines](CONT ## Building from source * 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`