Skip to content

ci: bump Go to 1.25.11 to fix govulncheck stdlib advisories#27

Merged
eshaffer321 merged 1 commit into
mainfrom
fix/bump-go-1.25.11
Jun 3, 2026
Merged

ci: bump Go to 1.25.11 to fix govulncheck stdlib advisories#27
eshaffer321 merged 1 commit into
mainfrom
fix/bump-go-1.25.11

Conversation

@eshaffer321
Copy link
Copy Markdown
Owner

Summary

govulncheck is failing on main (unrelated to #26 — it's a fresh Go security release). Two Go standard-library advisories, both fixed in go1.25.11:

Advisory Package Fixed in
GO-2026-5039 net/textproto go1.25.11
GO-2026-5037 crypto/x509 go1.25.11

Changes

  • GO_VERSION 1.25.10 → 1.25.11 in ci.yml and release.yml
  • test matrix + codecov if bumped to 1.25.11
  • go.mod go directive bumped to 1.25.11

Verification

govulncheck ./...No vulnerabilities found. locally on go1.25.11. Build + tests pass.

govulncheck was failing on main with two Go standard-library
vulnerabilities, both fixed in go1.25.11:

- GO-2026-5039 (net/textproto)
- GO-2026-5037 (crypto/x509)

Bumps GO_VERSION in ci.yml + release.yml, the test matrix, and the
go.mod go directive. Verified locally: 'govulncheck ./...' reports
'No vulnerabilities found.' on go1.25.11.
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.69%. Comparing base (216b757) to head (6024ade).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage   56.69%   56.69%           
=======================================
  Files          43       43           
  Lines        4847     4847           
=======================================
  Hits         2748     2748           
  Misses       1934     1934           
  Partials      165      165           
Flag Coverage Δ
unittests 56.69% <ø> (ø)

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@eshaffer321 eshaffer321 merged commit 492c4e6 into main Jun 3, 2026
14 checks passed
@eshaffer321 eshaffer321 deleted the fix/bump-go-1.25.11 branch June 3, 2026 02:50
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.

1 participant