Merge pull request #15 from SvenDowideit/go1.11.4-and-docker-18.09
Go 1.11.4+ and Docker 18.09 pre-reqs
This commit is contained in:
commit
1f5cf30d17
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ Want to contribute to act? Awesome! Check out the [contributing guidelines](CONT
|
||||||
|
|
||||||
## Building from source
|
## Building from source
|
||||||
|
|
||||||
* Install Go tools 1.11+ - (https://golang.org/doc/install)
|
* Install Go tools 1.11.4+ - (https://golang.org/doc/install)
|
||||||
* Clone this repo `git clone git@github.com:nektos/act.git`
|
* Clone this repo `git clone git@github.com:nektos/act.git`
|
||||||
* Run unit tests with `make check`
|
* Run unit tests with `make check`
|
||||||
* Build and install: `make install`
|
* Build and install: `make install`
|
||||||
|
|
Loading…
Reference in a new issue