Pin dependency go from 1.17 to 1.26.4#18
Conversation
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 944d8a3. Configure here.
| module github.com/FigureTechnologies/coin-json-to-proto | ||
|
|
||
| go 1.17 | ||
| go 1.26.3 |
There was a problem hiding this comment.
Go version in go.mod incompatible with Dockerfile
High Severity
The go directive in go.mod is updated to 1.26.3, but the Dockerfile still uses golang:1.18 as its build image. Go 1.18 predates the Go 1.21 forward-compatibility changes and does not recognize three-component version strings (like 1.26.3) in the go directive, which will cause the Docker build to fail. The Dockerfile needs a corresponding Go version bump to at least 1.26.3.
Reviewed by Cursor Bugbot for commit 944d8a3. Configure here.
944d8a3 to
54a87d7
Compare
1.17 to 1.26.31.17 to 1.26.4


This PR contains the following updates:
1.17→1.26.4Add the preset
:preserveSemverRangesto your config if you don't want to pin your dependencies.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.