Skip to content

Commit

Permalink
ci: update tinygo version
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
  • Loading branch information
fzipi committed Jan 17, 2025
1 parent 6fb6b5f commit b59fe56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b59fe56

Please sign in to comment.