apiserver icon indicating copy to clipboard operation
apiserver copied to clipboard

Issue while trying to build: [email protected]/pkg/cel/environment/base.go:176:19: cannot use ext.TwoVarComprehensions

Open dchirikov opened this issue 8 months ago • 1 comments

Tried recent versions of github.com/google/cel-go/cel - v0.23.2 and v0.24.1. With both of them seeing the issue.

The workaround: add replace github.com/google/cel-go => github.com/google/cel-go v0.22.1 into go.mod file

dchirikov avatar Mar 03 '25 20:03 dchirikov