argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
14.88k stars 3.17k forks source link

`go-to-protobuf` needs to be updated to the latest version #13620

Open blkperl opened 3 days ago

blkperl commented 3 days ago

Summary

In #13413, #12847, and #12822 go-to-protobuf was missed or was unable to be updated to the latest K8s version. The current error message is the following when running make pre-commit -B

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

https://github.com/argoproj/argo-workflows/blob/53e5461d9e98150e047004f7b63a958236b4176b/Makefile#L306-L308

Use Cases

The use case for upgrading is to ensure we don't have any strange behavior


Message from the maintainers:

Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.

agilgur5 commented 3 days ago

Related: #13542