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:
Casey Lee 2019-01-22 07:33:54 -08:00 committed by GitHub
commit 1f5cf30d17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ 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)
* Clone this repo `git clone git@github.com:nektos/act.git`
* Run unit tests with `make check`
* Build and install: `make install`