From 6579e53e42b41deccbd52686e11dd1abc408cb5e Mon Sep 17 00:00:00 2001 From: "ske-renovate-operator[bot]" <289664651+ske-renovate-operator[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 04:32:29 +0000 Subject: [PATCH] Update dependency go to v1.26.5 --- .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 33eae49..1d0c73e 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.4 + go-version: 1.26.5 - name: Verify go.mod is sane run: go mod tidy && git diff --no-patch --exit-code - name: Golangci-lint