Add -u to local install instructions (#595)

`-u` will ensure that users are updated the latest released version.

This way bugs are less likely to be reported that are already fixed.
This commit is contained in:
Jeff Widman 2021-04-16 00:50:10 -07:00 committed by GitHub
parent 7f2308bd85
commit 0695fa026e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ jobs:
### Local Installation
```bash
go get github.com/securego/gosec/v2/cmd/gosec
go get -u github.com/securego/gosec/v2/cmd/gosec
```
## Usage