feat: upgrade to Go 1.25.5 and fix 21 security vulnerabilities #96
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades cel2sql from Go 1.24.0 to Go 1.25.5 and updates golang.org/x/crypto from v0.37.0 to v0.45.0, fixing all 21 security vulnerabilities detected by OSV Scanner.
Vulnerabilities Fixed
Go Stdlib Vulnerabilities (16 total)
Fixed by upgrading from Go 1.24.0 → 1.25.5:
golang.org/x/crypto Vulnerabilities (3 total)
Fixed by upgrading from v0.37.0 → v0.45.0:
Uncalled Vulnerabilities (2 total)
Changes Made
Core Dependencies
go.mod: Updated go directive from1.24.0→1.25.5go.mod: Updatedgolang.org/x/cryptofromv0.37.0→v0.45.0golang.org/x/sync,golang.org/x/sys,golang.org/x/textGitHub Actions Workflows
Updated all workflows to use Go 1.25.x:
.github/workflows/ci.yml: Test matrix now['1.24.x', '1.25.x'](maintains 1.24 compatibility).github/workflows/security.yml: Updated all 3 jobs (govulncheck, osv-scanner, gosec).github/workflows/golangci-lint.yml: Updated to 1.25.x.github/workflows/fuzz.yml: Updated both fuzz testing jobs.github/workflows/dependency-update.yml: Updated to 1.25.x.github/workflows/release.yml: Updated to 1.25.xTesting
✅ All tests pass with 92.1% coverage
✅ Tested locally with Go 1.25.4
✅ CI/CD will verify against both Go 1.24.x and 1.25.x
✅ OSV Scanner should now pass with exit code 0
References
Backward Compatibility
🤖 Generated with Claude Code