mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
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:
parent
7f2308bd85
commit
0695fa026e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue