From e272bdf42dd012f75b327734e397a200403e2a46 Mon Sep 17 00:00:00 2001 From: "ske-renovate-operator[bot]" <289664651+ske-renovate-operator[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 04:33:19 +0000 Subject: [PATCH] Update dependency go to v1.27.1 --- .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 6904d68..430be2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: uses: actions/setup-go@v7 id: go with: - go-version: 1.27.0 + go-version: 1.27.1 - name: Verify go.mod is sane run: go mod tidy && git diff --no-patch --exit-code - name: Golangci-lint