diff --git a/.github/workflows/examples.yaml b/.github/workflows/examples.yaml index 02722e0976..9e7252882a 100644 --- a/.github/workflows/examples.yaml +++ b/.github/workflows/examples.yaml @@ -17,7 +17,7 @@ on: env: EMSDK_VERSION: "3.1.40" - TINYGO_VERSION: "0.29.0" + TINYGO_VERSION: "0.30.0" ZIG_VERSION: "0.11.0-dev.3334+cd1417dbd" concurrency: diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 7001776c1a..18f4c8863c 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -19,7 +19,7 @@ defaults: env: # Update this prior to requiring a higher minor version in go.mod GO_VERSION: "1.21" # 1.xx == latest patch of 1.xx - TINYGO_VERSION: "0.29.0" + TINYGO_VERSION: "0.30.0" ZIG_VERSION: "0.11.0-dev.3334+cd1417dbd" concurrency: