Skip to content

Commit

Permalink
fix(build): upgrade go-to-protobuf version to v0.30.5. (#13620)
Browse files Browse the repository at this point in the history
Signed-off-by: qingfeng777 <251098199@qq.com>
  • Loading branch information
qingfeng777 committed Sep 24, 2024
1 parent 5244064 commit b2c0662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
endif
$(GOPATH)/src/github.com/gogo/protobuf: Makefile
# update this in Nix when upgrading it here
Expand Down

0 comments on commit b2c0662

Please sign in to comment.