Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: add async update checker for new vet releases#743

Open
vignesh2731 wants to merge 1 commit into
mainfrom
feat/async-update-checker
Open

feat: add async update checker for new vet releases#743
vignesh2731 wants to merge 1 commit into
mainfrom
feat/async-update-checker

Conversation

@vignesh2731

@vignesh2731 vignesh2731 commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Use the new updater package from safedep/dry to check GitHub releases for a newer version of vet on each run. The check is fired off asynchronously before command execution and consumed with a non-blocking read afterwards, so it never delays or blocks the CLI.

The notice is written to stderr to avoid corrupting machine-readable stdout output (JSON, SARIF). Dev/source builds without a meaningful release version are skipped.

image closes #737

Use the new updater package from safedep/dry to check GitHub releases for a newer version of vet on each run. The check is fired off asynchronously before command execution and consumed with a non-blocking read afterwards, so it never delays or blocks the CLI.

The notice is written to stderr to avoid corrupting machine-readable stdout output (JSON, SARIF). Dev/source builds without a meaningful release version are skipped.
@safedep

safedep Bot commented Jun 5, 2026

Copy link
Copy Markdown

SafeDep Report Summary

Green Malicious Packages Badge Green Vulnerable Packages Badge Green Risky License Badge

Package Details
Package Malware Vulnerability Risky License Report
icon github.com/safedep/dry @ v0.0.0-20260605103506-0cda32cb089b
go.mod
ok icon
ok icon
ok icon
πŸ”—

View complete scan results β†’

This report is generated by SafeDep Github App

@codecov

codecov Bot commented Jun 5, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 30 lines in your changes missing coverage. Please review.
βœ… Project coverage is 12.41%. Comparing base (d4f819f) to head (f19d1d0).

Files with missing lines Patch % Lines
update.go 0.00% 26 Missing ⚠️
main.go 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #743      +/-   ##
==========================================
- Coverage   12.41%   12.41%   -0.01%     
==========================================
  Files         372      373       +1     
  Lines       49231    49260      +29     
==========================================
  Hits         6114     6114              
- Misses      42632    42661      +29     
  Partials      485      485              

β˜” View full report in Codecov by Harness.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • πŸ“¦ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vignesh2731 vignesh2731 requested a review from a team June 5, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Command for checking the latest vet version

1 participant