From 4f87dec1c41759fe0f8402d8ea503effbf3135ad Mon Sep 17 00:00:00 2001 From: Dominik Schulz Date: Thu, 18 Feb 2021 20:53:37 +0100 Subject: [PATCH] Document Go 1.16 requirement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ec43b74c5..5595d8cca8 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,10 @@ Please see [docs/features.md](https://github.com/gopasspw/gopass/blob/master/doc Please see [docs/setup.md](https://github.com/gopasspw/gopass/blob/master/docs/setup.md). -If you have [Go](https://golang.org/) 1.14 (or greater) installed: +If you have [Go](https://golang.org/) 1.16 (or greater) installed: ```bash -GO111MODULE=on go get github.com/gopasspw/gopass +go get github.com/gopasspw/gopass ``` WARNING: Please prefer releases, unless you want to contribute to the