From 8a9d1a1cfb0bdd7a70f0dcb7cd3b08c4be4cbbef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 06:02:05 +0000 Subject: [PATCH] Update dependency go to 1.26 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b13714..a33db6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.15 + go-version: 1.26 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4