Conversation
Signed-off-by: Corbin Phelps <[email protected]>
Signed-off-by: Corbin Phelps <[email protected]>
Signed-off-by: Corbin Phelps <[email protected]>
Signed-off-by: Corbin Phelps <[email protected]>
Signed-off-by: Corbin Phelps <[email protected]>
Signed-off-by: Corbin Phelps <[email protected]>
136d92d to
7fa0cf6
Compare
Codecov Report
@@ Coverage Diff @@
## main #599 +/- ##
=======================================
Coverage ? 74.91%
=======================================
Files ? 133
Lines ? 10089
Branches ? 0
=======================================
Hits ? 7558
Misses ? 2065
Partials ? 466 Continue to review full report at Codecov.
|
| cd $(TOOLS_MOD_DIR) && go install github.com/observiq/amazon-log-agent-benchmark-tool/cmd/logbench | ||
| cd $(TOOLS_MOD_DIR) && go install github.com/goreleaser/goreleaser | ||
| cd $(TOOLS_MOD_DIR) && go install github.com/securego/gosec/v2/cmd/gosec@v2.8.1 | ||
| cd $(TOOLS_MOD_DIR) && go install github.com/securego/gosec/v2/cmd/gosec |
There was a problem hiding this comment.
I'm generally a fan of pinning a version, now looking at this it seems like its kind of hodge-podge. Any strong reason why we are unpinning this here?
There was a problem hiding this comment.
Ahh noticed the internal/tools/go.mod nvm
There was a problem hiding this comment.
it's pinned in the go.mod file in internal tools
There was a problem hiding this comment.
lol yup I just noticed you figured out that. Resolving this.
| cd $(TOOLS_MOD_DIR) && go install github.com/observiq/amazon-log-agent-benchmark-tool/cmd/logbench | ||
| cd $(TOOLS_MOD_DIR) && go install github.com/goreleaser/goreleaser | ||
| cd $(TOOLS_MOD_DIR) && go install github.com/securego/gosec/v2/cmd/gosec@v2.8.1 | ||
| cd $(TOOLS_MOD_DIR) && go install github.com/securego/gosec/v2/cmd/gosec |
There was a problem hiding this comment.
Ahh noticed the internal/tools/go.mod nvm
Description of Changes
Manually updated dependabot prs:
Please check that the PR fulfills these requirements