From 869e75074e96d01652ace1f333a49265851d3491 Mon Sep 17 00:00:00 2001 From: tannevaled Date: Sun, 30 Aug 2026 08:56:24 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.27.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/pages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac1fee0..e3ef3aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: "1.26.4" + go-version: "1.27.0" check-latest: true cache: true diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index a6beb0b..1d4fa53 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: "1.26.4" + go-version: "1.27.0" check-latest: true cache: true