From 926152e898396c19a50be08c0f11224a44292229 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 05:15:10 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.27 --- .github/workflows/ci.yaml | 2 +- .github/workflows/format.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d5ece5e6..bbc8282ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v7 - uses: actions/setup-go@v7 with: - go-version: "1.26" + go-version: "1.27" - name: Setup dependencies uses: ./.github/actions/deps-setup diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index bebc62965..2cb9f7145 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-go@v7 with: - go-version: 1.26 + go-version: 1.27 - run: make format - name: Indicate formatting issues run: git diff HEAD --exit-code --color