Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Pin dependency go from 1.17 to 1.26.4#18

Open
figure-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pin-dependencies
Open

Pin dependency go from 1.17 to 1.26.4#18
figure-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pin-dependencies

Conversation

@figure-renovate

@figure-renovate figure-renovate Bot commented May 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
go (source) golang pin 1.171.26.4

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@figure-renovate

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go/go.sum
Command failed: go get -t ./...
go: github.com/FigureTechnologies/coin-json-to-proto imports
	github.com/gogo/protobuf/jsonpb: cannot find module providing package github.com/gogo/protobuf/jsonpb
go: github.com/FigureTechnologies/coin-json-to-proto imports
	github.com/gogo/protobuf/proto: cannot find module providing package github.com/gogo/protobuf/proto
go: github.com/FigureTechnologies/coin-json-to-proto/coin/github.com/cosmos/cosmos-sdk/types imports
	github.com/gogo/protobuf/gogoproto: cannot find module providing package github.com/gogo/protobuf/gogoproto

@figure-renovate figure-renovate Bot requested a review from a team as a code owner May 11, 2026 05:21

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread go/go.mod Outdated
module github.com/FigureTechnologies/coin-json-to-proto

go 1.17
go 1.26.3

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 944d8a3. Configure here.

@figure-renovate figure-renovate Bot force-pushed the renovate/pin-dependencies branch from 944d8a3 to 54a87d7 Compare June 3, 2026 12:09
@figure-renovate figure-renovate Bot changed the title Pin dependency go from 1.17 to 1.26.3 Pin dependency go from 1.17 to 1.26.4 Jun 3, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants