Skip to content

Commit

Permalink
Resolve .golangci.yml config lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Apr 15, 2024
1 parent f408bac commit 745372a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ linters-settings:
lang-version: "1.19"
gomodguard:
blocked:
versions: # List of blocked module version constraints
versions: # List of blocked module version constraints
- https://github.com/etcd-io/etcd: # Blocked module with version constraint
version: ">= 3.4.10 || ~3.3.23" # Version constraint, see https://github.com/Masterminds/semver#basic-comparisons
reason: "CVE-2020-15114; CVE-2020-15136; CVE-2020-15115" # Reason why the version constraint exists. (Optional)
Expand Down

0 comments on commit 745372a

Please sign in to comment.