rebase: update Kubernetes modules to x.29.1

Because `api/` updated to the newer version, it seems to be reuired to
update to the same version in the main `go.mod` file.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos
2024-01-31 18:30:03 +01:00
committed by mergify[bot]
parent 4d78e89458
commit 44561ddbee
7 changed files with 132 additions and 124 deletions

View File

@ -178,7 +178,7 @@ func (a *variableAccessor) Callback(_ *lazy.MapValue) ref.Val {
return types.NewErr("composited variable %q fails to compile: %v", a.name, a.result.Error)
}
v, details, err := a.result.Program.Eval(a.activation)
v, details, err := a.result.Program.ContextEval(a.context, a.activation)
if details == nil {
return types.NewErr("unable to get evaluation details of variable %q", a.name)
}