Describe the bug
A clear and concise description of what the bug is.
Below logs / failure to do a grpc request against a 2024 edition protobuf
Please provide the Canary definition and Flagger logs.
{"level":"error","ts":"2026-06-26T18:50:52.249Z","caller":"loadtester/task_shell.go:56","msg":"command failed ghz --insecure --call vpnapi.v1.VPNAPIService/ListVPNConfigsV1 -d '{}' --rps 2 --duration 1m infra-vpnapi-canary.infra-vpnapi.svc.cluster.local:6000\n exit status 1 proto: use of edition EDITION_2024 not yet supported by the Go Protobuf runtime\n","canary":"infra-vpnapi.infra-vpnapi","stacktrace":"github.com/fluxcd/flagger/pkg/loadtester.(*CmdTask).Run\n\t/workspace/pkg/loadtester/task_shell.go:56\ngithub.com/fluxcd/flagger/pkg/loadtester.(*TaskRunner).runAll.func1.1\n\t/workspace/pkg/loadtester/runner.go:82"}
TLDR: y'all need to do a go get -u on the grpc/protobuf dependencies.
To Reproduce
Expected behavior
Working request.
Additional context
- Flagger loadtester version: 0.37.0
Describe the bug
A clear and concise description of what the bug is.
Below logs / failure to do a grpc request against a 2024 edition protobuf
Please provide the Canary definition and Flagger logs.
{"level":"error","ts":"2026-06-26T18:50:52.249Z","caller":"loadtester/task_shell.go:56","msg":"command failed ghz --insecure --call vpnapi.v1.VPNAPIService/ListVPNConfigsV1 -d '{}' --rps 2 --duration 1m infra-vpnapi-canary.infra-vpnapi.svc.cluster.local:6000\n exit status 1 proto: use of edition EDITION_2024 not yet supported by the Go Protobuf runtime\n","canary":"infra-vpnapi.infra-vpnapi","stacktrace":"github.com/fluxcd/flagger/pkg/loadtester.(*CmdTask).Run\n\t/workspace/pkg/loadtester/task_shell.go:56\ngithub.com/fluxcd/flagger/pkg/loadtester.(*TaskRunner).runAll.func1.1\n\t/workspace/pkg/loadtester/runner.go:82"}
TLDR: y'all need to do a go get -u on the grpc/protobuf dependencies.
To Reproduce
Expected behavior
Working request.
Additional context