Skip to content

deps: upgrade all dependencies to latest#124

Merged
jongio merged 1 commit into
mainfrom
deps/upgrade-all
Jun 30, 2026
Merged

deps: upgrade all dependencies to latest#124
jongio merged 1 commit into
mainfrom
deps/upgrade-all

Conversation

@jongio

@jongio jongio commented Jun 30, 2026

Copy link
Copy Markdown
Owner

Upgrades all dependencies to their latest versions and fixes the resulting code changes. No rollbacks.

Go modules

  • github.com/sony/gobreaker v1.0.0 → v2.4.0 (major). v2 makes the circuit breaker generic; migrated the healthcheck package to CircuitBreaker[any] / NewCircuitBreaker[any], preserving existing behavior (Execute still returns any, type-asserted to HealthCheckResult). State, Counts, Settings, and ErrOpenState are unchanged in v2.
  • github.com/klauspost/compress v1.18.6 → v1.18.7 (indirect)
  • github.com/prometheus/procfs v0.21.0 → v0.21.1 (indirect)

All other Go modules were already at their latest versions.

GitHub Actions

  • golangci/golangci-lint-action v9.2.1 → v9.3.0
  • github/codeql-action v4 → v4.36.2 (init / autobuild / analyze)
  • softprops/action-gh-release: corrected stale # v2 comment to # v3.0.1 (pin was already on the v3.0.1 commit)

Validation

  • go build ./..., go vet ./... — pass
  • go test ./... — pass (healthcheck recompiled and tested against gobreaker v2)
  • golangci-lint run (v2.9.0, matching CI) — 0 issues
  • go mod verify and go mod tidy — clean / stable

Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com

Go modules:
- sony/gobreaker v1.0.0 -> v2.4.0 (major; migrated to generic
  CircuitBreaker[any] in healthcheck package)
- klauspost/compress v1.18.6 -> v1.18.7 (indirect)
- prometheus/procfs v0.21.0 -> v0.21.1 (indirect)

GitHub Actions:
- golangci/golangci-lint-action v9.2.1 -> v9.3.0
- github/codeql-action v4 -> v4.36.2 (init/autobuild/analyze)
- softprops/action-gh-release: correct stale version comment to v3.0.1

All other dependencies already at latest. Build, vet, tests, and
golangci-lint (v2.9.0) pass.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@jongio jongio self-assigned this Jun 30, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.34%. Comparing base (4355723) to head (0d35ccd).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #124   +/-   ##
=======================================
  Coverage   79.34%   79.34%           
=======================================
  Files          44       44           
  Lines        3960     3960           
=======================================
  Hits         3142     3142           
  Misses        611      611           
  Partials      207      207           
Flag Coverage Δ
unittests 79.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@jongio jongio force-pushed the deps/upgrade-all branch from 0d35ccd to 6573d67 Compare June 30, 2026 20:04
@jongio jongio merged commit 4aa0c68 into main Jun 30, 2026
6 checks passed
@jongio jongio deleted the deps/upgrade-all branch June 30, 2026 20:08
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.

2 participants