From 5830bb4814910f4eae4341b00834f3db6e168ff1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 15:58:49 +0000 Subject: [PATCH] Update dependency go to 1.26 Generated by renovateBot --- .github/workflows/conformance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 30aba9f..2d0afdc 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v6 with: - go-version: "1.25" # auto-update/latest-go-version + go-version: "1.26" # auto-update/latest-go-version cache: true - name: Run conformance test