Skip to content

Commit

Permalink
test: adding GO s2i to e2e test suite (#2401)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrangelramos authored Jul 25, 2024
1 parent a511cd9 commit 3c1490b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/scenario_runtime-http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 3c1490b

Please sign in to comment.