Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: upgrade go-to-protobuf to v0.30.5. Fixes #13620 #13653

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

qingfeng777
Copy link
Contributor

Fixes #13620

Motivation

fix build problem

Modifications

upgrade go-to-protobuf version to v0.30.5

Verification

run make build locally

@agilgur5 agilgur5 changed the title fix(build): upgrade go-to-protobuf version to v0.30.5. (#13620) fix(build): upgrade go-to-protobuf to v0.30.5. Fixes #13620 Sep 24, 2024
@@ -305,7 +305,7 @@ $(GOPATH)/bin/go-to-protobuf: Makefile
ifneq ($(USE_NIX), true)
# TODO: currently fails on v0.30.3 with
# Unable to clean package k8s.io.api.core.v1: remove /home/runner/go/pkg/mod/k8s.io/api@v0.30.3/core/v1/generated.proto: permission denied
go install k8s.io/code-generator/cmd/go-to-protobuf@v0.21.5
go install k8s.io/code-generator/cmd/go-to-protobuf@v0.30.5
Copy link
Member

@agilgur5 agilgur5 Sep 24, 2024

Choose a reason for hiding this comment

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

Codegen is failing. If you're able to fix it, you should also remove the above comments

@agilgur5 agilgur5 added problem/more information needed Not enough information has been provide to diagnose this issue. area/build Build or GithubAction/CI issues labels Sep 30, 2024
@agilgur5 agilgur5 changed the title fix(build): upgrade go-to-protobuf to v0.30.5. Fixes #13620 build: upgrade go-to-protobuf to v0.30.5. Fixes #13620 Sep 30, 2024
@agilgur5 agilgur5 added type/dependencies PRs and issues specific to updating dependencies go Pull requests that update Go dependencies labels Sep 30, 2024
Copy link
Contributor

This PR has been automatically marked as stale because it has not had recent activity and needs further changes. It will be closed if no further activity occurs.

@github-actions github-actions bot added the problem/stale This has not had a response in some time label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build Build or GithubAction/CI issues go Pull requests that update Go dependencies problem/more information needed Not enough information has been provide to diagnose this issue. problem/stale This has not had a response in some time type/dependencies PRs and issues specific to updating dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

go-to-protobuf needs to be updated to the latest version
2 participants