Skip to content

Commit

Permalink
rules: Update go.json with ArgoCD minVersion (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkleinstein authored Mar 6, 2024
1 parent eb77b34 commit 544eba7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/advisor/rules/go.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"recommendedVersion": "1.18"
},
"libraryRules": [
{ "name": "github.com/golang/snappy", "minVersion": "0.0.2" }
{ "name": "github.com/golang/snappy", "minVersion": "0.0.2" },
{ "name": "github.com/argoproj/argo-cd/v2", "minVersion": "2.4.0" }
]
}
}

0 comments on commit 544eba7

Please sign in to comment.