aimuz
aimuz
github seems to have a problem, waiting for the official reply https://github.com/orgs/community/discussions/36097
Yes, I did. @mrbobbytables * [x] I have reviewed the [community membership guidelines](https://git.k8s.io/community/community-membership.md) * [x] I have [enabled 2FA on my GitHub account](https://github.com/settings/security) * [x] I have subscribed to the...
Any progress on this issue?
Ideally you should switch `github.com/golang/protobuf` to `google.golang.org/protobuf` There is also code that is relying on this library github.com/golang/protobuf https://github.com/golang/appengine/blob/a080531dcab843de8cd8a4156b7fa1e14ebd68da/user/user.go#L12 https://github.com/golang/appengine/blob/a080531dcab843de8cd8a4156b7fa1e14ebd68da/mail/mail.go#L27
I was using gofumpt and it would accidentally cause import to be removed, when I removed gofumpt it all worked fine! ```yaml run: timeout: 5m linters-settings: goimports: local-prefixes: github.com/aimuz/go-template gofumpt:...
/remove-lifecycle stale