From 47e1ba1b55340999a31905e7c9821ccbeccdeef7 Mon Sep 17 00:00:00 2001 From: Josh McSavaney Date: Sat, 3 Apr 2021 22:34:12 -0400 Subject: [PATCH] Go 1.16 is required since 5752a03dc (#601) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4c8716e..58375c7e 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ 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) +- Install Go tools 1.16+ - (https://golang.org/doc/install) - Clone this repo `git clone git@github.com:nektos/act.git` - Pull the default docker image `docker pull nektos/act-environments-ubuntu:18.04` - Run unit tests with `make test`