fix: AE test fixed GO_NS+600s retry; tf: go-builder-fast:v1 in simple_function

This commit is contained in:
Naeel
2026-04-25 16:46:06 +03:00
parent 7fccd39a73
commit 78553de39d
2 changed files with 15 additions and 7 deletions
@@ -68,7 +68,7 @@ var runtimeRegistry = map[string]runtimeMeta{
},
"go": {
image: "ghcr.io/fission/go-env:latest",
builderImage: "ghcr.io/fission/go-builder:latest",
builderImage: "naeel/go-builder-fast:v1",
deployType: "source",
entrypoint: "Handler",
poolSize: 3,