Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Updates TinyGo, adds latest Istio to e2e test (#385)
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake committed Jun 11, 2023
1 parent 90990d3 commit ea0c458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-wasm-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
env:
TINYGO_VERSION: 0.27.0
TINYGO_VERSION: 0.28.0

jobs:
build-and-push-wasm-images:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main

env:
TINYGO_VERSION: 0.27.0
TINYGO_VERSION: 0.28.0

jobs:
style:
Expand Down Expand Up @@ -56,10 +56,9 @@ jobs:
"envoyproxy/envoy:v1.23-latest",
"envoyproxy/envoy:v1.24-latest",
"envoyproxy/envoy:v1.25-latest",
"istio/proxyv2:1.14.0",
"istio/proxyv2:1.15.0",
"istio/proxyv2:1.16.0",
"istio/proxyv2:1.17.0",
"istio/proxyv2:1.18.0",
]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ea0c458

Please sign in to comment.