Skip to content

chore: upgrade Go from 1.24 to 1.26#144

Merged
SebastienMelki merged 3 commits intomainfrom
chore/upgrade-go-1.26
Mar 19, 2026
Merged

chore: upgrade Go from 1.24 to 1.26#144
SebastienMelki merged 3 commits intomainfrom
chore/upgrade-go-1.26

Conversation

@SebastienMelki
Copy link
Owner

Summary

Test plan

  • All 8 test packages pass locally
  • All binaries build successfully
  • CI passes on this PR

🤖 Generated with Claude Code

Unblocks dependabot PR #142 (libopenapi 0.34.3) which requires Go 1.25+.
Updates go.mod, CI, release, and proto workflows.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Mar 19, 2026

🔍 CI Pipeline Status

Lint: success
Test: success
Coverage: success
Build: success
Integration: success


📊 Coverage Report: Available in checks above
🔗 Artifacts: Test results and coverage reports uploaded

@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 3.03%. Comparing base (610ccbd) to head (59f8813).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##            main    #144      +/-   ##
========================================
- Coverage   3.05%   3.03%   -0.02%     
========================================
  Files         47      47              
  Lines       7803    7802       -1     
========================================
- Hits         238     237       -1     
  Misses      7561    7561              
  Partials       4       4              
Flag Coverage Δ
unittests 3.03% <100.00%> (-0.02%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 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.

SebastienMelki and others added 2 commits March 19, 2026 18:25
golangci-lint v2.1.6 was built with Go 1.24 and can't lint Go 1.26 code.
Also suppress gosec G115 false positives in camelToSnake (ASCII-only conversion).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The linter reformats multi-line append, moving nolint to wrong line.
Simplified to single append with in-place lowercasing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@SebastienMelki SebastienMelki merged commit 6150ac5 into main Mar 19, 2026
10 checks passed
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