fix: bump go version to fix vulnerability GO-2026-4337#313
Conversation
WalkthroughThis pull request updates the Go module dependencies in 🚥 Pre-merge checks | ✅ 1 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@go.mod`:
- Around line 3-5: Update the module's Go version declaration: replace the
invalid "go 1.25.0" entry in go.mod with "go 1.25.7" so it matches the existing
"toolchain go1.25.7" line and uses a released Go patch; ensure the go.mod
top-level directive now reads "go 1.25.7".
Pull Request Checklist
Pull Request Type
Checklist
Please check each item after it's completed.
Additional Notes
Obs: Please, always remember to target your PR to develop branch instead of main.