From b59fe5640b12ddd9be340b959b3f7021966d9f89 Mon Sep 17 00:00:00 2001 From: Felipe Zipitria Date: Fri, 17 Jan 2025 10:19:24 -0300 Subject: [PATCH] ci: update tinygo version Signed-off-by: Felipe Zipitria --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cdfab26..1b2decf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,8 @@ on: env: GO_VERSION: '1.22' - TINYGO_VERSION: 0.33.0 + # renovate: datasource=github-releases depName=tinygo-org/tinygo + TINYGO_VERSION: 0.35.0 # Run e2e tests against latest two releases and latest dev ENVOY_IMAGES: > envoyproxy/envoy:v1.30-latest @@ -25,7 +26,7 @@ env: jobs: build: name: "Build (multiphase evaluation: ${{ matrix.multiphase_eval }})" - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: write packages: write