apiserver
apiserver copied to clipboard
Issue while trying to build: [email protected]/pkg/cel/environment/base.go:176:19: cannot use ext.TwoVarComprehensions
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