From bf28c23d3e4038b4c8b38e81a946aec86bcd5454 Mon Sep 17 00:00:00 2001 From: "ske-renovate-operator[bot]" <289664651+ske-renovate-operator[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 04:34:27 +0000 Subject: [PATCH] Update dependency go to v1.27.0 --- .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 9127ca9..a096baa 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.26.6 + go-version: 1.27.0 - name: Verify go.mod is sane run: go mod tidy && git diff --no-patch --exit-code - name: Golangci-lint