1
0
mirror of https://github.com/securego/gosec.git synced 2025-03-17 20:57:54 +02:00

Update local installation instruction (#703)

Update local installation instruction for Go1.16+.
This commit is contained in:
nobishii 2021-10-06 02:33:55 +09:00 committed by GitHub
parent 1933cba5b5
commit 991dd94f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,6 +113,14 @@ 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
```