From ff841e3a4fdf7f883c79ce2d7422a8a4f37378f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 21:15:36 +0000 Subject: [PATCH] Update dependency golang 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 b1e73b4..5de3fbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: env: # Common versions - GO_VERSION: '1.26.7' + GO_VERSION: '1.27.1' GOLANGCI_VERSION: 'v2.13.2' jobs: