From 8b8f3253afa4dd70a2fa53615d338da249991558 Mon Sep 17 00:00:00 2001 From: "ske-renovate-ce[bot]" <163154779+ske-renovate-ce[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 02:30:10 +0000 Subject: [PATCH] Update dependency go to v1.26.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a5d35e..2aeadd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: uses: actions/setup-go@v6 id: go with: - go-version: 1.26.1 + go-version: 1.26.2 - name: Verify go.mod is sane run: go mod tidy && git diff --no-patch --exit-code - name: Golangci-lint