Skip to content

Commit

Permalink
Correction: requires Go 1.11.x
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Chlebek <eric@sensu.io>
  • Loading branch information
echlebek committed Jul 14, 2020
1 parent 082960c commit c491130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ errcheck is a program for checking for unchecked errors in go programs.

go get -u github.com/kisielk/errcheck

errcheck requires Go 1.9 or newer and depends on the package go/packages from the golang.org/x/tools repository.
errcheck requires Go 1.11 or newer, and depends on the package go/packages from the golang.org/x/tools repository.

## Use

Expand Down

0 comments on commit c491130

Please sign in to comment.