-
Notifications
You must be signed in to change notification settings - Fork 258
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
Specify go_package in its full path #1345
Conversation
Our linter did not enjoy this for some reason 😰 |
Maybe the time to disable the cache? containerd/containerd@56f95e3 |
Could be, I'm seeing some issues related to staticcheck not playing nice with 1.18 which looks like this run picked up for the go version. google/pprof#662 |
Hmm golangci/golangci-lint#2438. Might be worthwhile to just use 1.17.x instead of ^1.17.0 for our ci maybe until there's support. Let me screw around with this in a branch |
@kzys Ok a quick rebase and we should be back in business |
The newer version of protoc-gen-go doesn't support the current form. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
@dcantah Thanks! Rebased. |
The newer version of protoc-gen-go doesn't support the current form. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
The newer version of protoc-gen-go doesn't support the current form.
Signed-off-by: Kazuyoshi Kato katokazu@amazon.com