Skip to content

pin gRPC version for building#422

Open
yujiaucr wants to merge 1 commit intoreleases/v0.37.0from
users/jiyu3/v0.37.0
Open

pin gRPC version for building#422
yujiaucr wants to merge 1 commit intoreleases/v0.37.0from
users/jiyu3/v0.37.0

Conversation

@yujiaucr
Copy link
Contributor

"go get -u google.golang.org/grpc@v1.59.0" updates grpc to v1.59.0 AND updates
all transitive dependencies to their latest versions. It would cause error like "go: golang.org/x/net@v0.51.0 requires go >= 1.25.0 (running go 1.24.3)"

The workaround to continue building MOC with go 1.24.3 is to remove -u parameter. MOCBuild-pullrequest shows removing -u works in build.

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