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