From c598a824aad3deaef157894ea200740ca84d1b1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 04:53:49 +0000 Subject: [PATCH] [dependencies] Update dependency go to ~1.26.0 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3afe9684..e6da2b41 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: ~1.20 + go-version: ~1.26.0 continue-on-error: true - name: Build run: | @@ -57,7 +57,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: ~1.21 + go-version: ~1.26.0 continue-on-error: true - name: Build run: | @@ -73,7 +73,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: ~1.22 + go-version: ~1.26.0 continue-on-error: true - name: Build run: |