mirror of https://github.com/knative/func.git
test: adding GO s2i to e2e test suite (#2401)
This commit is contained in:
parent
a511cd9301
commit
3c1490b351
|
@ -17,7 +17,7 @@ import (
|
|||
|
||||
var runtimeSupportMap = map[string][]string{
|
||||
"node": {"pack", "s2i"},
|
||||
"go": {"pack"},
|
||||
"go": {"pack", "s2i"},
|
||||
"rust": {"pack"},
|
||||
"python": {"pack", "s2i"},
|
||||
"quarkus": {"pack", "s2i"},
|
||||
|
|
Loading…
Reference in New Issue