From 3cffedb06492bfdad662a0b119c2e7e6c35fecea Mon Sep 17 00:00:00 2001 From: HollywoodMarks Date: Mon, 18 May 2020 12:17:17 -0700 Subject: [PATCH] Update Go version requirement Go 1.11 is required to resolve http.SameSite issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b093ae0d..5916efda 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Gitrob will start its web interface and serve the results for analysis. A [precompiled version is available](https://github.com/michenriksen/gitrob/releases) for each release, alternatively you can use the latest version of the source code from this repository in order to build your own binary. -Make sure you have a correctly configured **Go >= 1.8** environment and that `$GOPATH/bin` is in your `$PATH` +Make sure you have a correctly configured **Go >= 1.11** environment and that `$GOPATH/bin` is in your `$PATH` $ go get github.com/michenriksen/gitrob