From d9071e359b981c2c71b488a6c6e15e5c00d6b683 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 23 Oct 2023 10:27:42 +0200 Subject: [PATCH] Update local installation instructions by removing the details for Go 1.16 Signed-off-by: Cosmin Cojocar --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index d9a33f12a6..14618346c9 100644 --- a/README.md +++ b/README.md @@ -113,18 +113,10 @@ jobs: ### Local Installation -#### Go 1.16+ - ```bash go install github.com/securego/gosec/v2/cmd/gosec@latest ``` -#### Go version < 1.16 - -```bash -go get -u github.com/securego/gosec/v2/cmd/gosec -``` - ## Usage Gosec can be configured to only run a subset of rules, to exclude certain file