test: adding GO s2i to e2e test suite (#2401)

This commit is contained in:
Jefferson Ramos 2024-07-25 03:53:19 -03:00 committed by GitHub
parent a511cd9301
commit 3c1490b351
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"},