govulncheck: Use patch release with latest security fixes #3
No reviewers
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-qos#3
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "potyarkin/frostfs-qos:fix/govulncheck-go-minor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Specify exact Go version up to the patch release.
Govulncheck has started failing today because of vulnerabilities that are already fixed in latest Go toolchain.
f6b50bd4cd
tocfbca7fa1d
WIP: govulncheck: Use patch release with latest security fixesto govulncheck: Use patch release with latest security fixes@potyarkin please, tell me you have created all this PRs in different repos automatically
Semiautomatically:
find | xargs grep | vim
oneliners for editinggitall
andfor repo in *; do git commit-push
for publishing changestea
script for creating PRs (see below)for repo in *; do git commit-amend-push
to manually update commit header with[#PR] ...
Out of the steps above only gitall and tea script are reusable, oneliners I just fish out of shell history and modify ad-hoc.
Click to view tea script
Script params are intentionally hardcoded to force me to re-review the code prior to execution.