From 7d957231c41aa6ad9cfe80bc8712be2d12a0de19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:28:03 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.26 --- .github/actions/setup-tinygo/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-tinygo/action.yml b/.github/actions/setup-tinygo/action.yml index 643066e..986e657 100644 --- a/.github/actions/setup-tinygo/action.yml +++ b/.github/actions/setup-tinygo/action.yml @@ -18,7 +18,7 @@ runs: - uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.26 - name: Install Binaryen run: |