From 0b067bbc79e976c276d7157f218cc3c55876843b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Mon, 24 Nov 2025 14:56:05 +0100 Subject: [PATCH] chore: bump Go version in benchmarks --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2aba4446..8cd11be6 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -59,7 +59,7 @@ jobs: uses: actions/setup-go@v6 with: # NOTE: Keep this in sync with the version from go.mod - go-version: "1.23.x" + go-version: "1.24.x" - name: Setup Node.js uses: actions/setup-node@v6