From 4a3073cad955d17df994d0aad126e778008c530e Mon Sep 17 00:00:00 2001 From: Kamil Kisiel Date: Thu, 9 Nov 2023 08:57:36 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7bb5352..da06519 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,7 @@ errcheck is a program for checking for unchecked errors in Go code. go install github.com/kisielk/errcheck@latest -errcheck requires Go 1.12 or newer, and depends on the package go/packages from the golang.org/x/tools repository. - -errcheck requires module support to be enabled, which is the default in Go 1.13 and later. If installing with Go 1.12 you will need to specify `GO111MODULE=on` if building within `$GOPATH`. +errcheck requires Go 1.18 or newer. ## Use