From 548a285b68675a84c8e7edbd86c232c0f93d7cd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 08:30:37 +0000 Subject: [PATCH] Update dependency go to v1.26.0 (#39) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e6748f..0d6f4fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.25.7" + go-version: "1.26.0" - name: Cache Go modules uses: actions/cache@v5 with: @@ -51,7 +51,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.25.7" + go-version: "1.26.0" - name: Run golangci-lint uses: golangci/golangci-lint-action@v9 with: