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