From b1ddc341673c55863f8e5f26581d36e27f140b3c Mon Sep 17 00:00:00 2001 From: tannevaled Date: Wed, 2 Sep 2026 08:29:08 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.27.1 --- .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 a3e7e6c..32e72c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-go@v7 with: - go-version: "1.27.0" + go-version: "1.27.1" check-latest: true cache: true diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2fead5e..157476c 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/setup-go@v7 with: - go-version: "1.27.0" + go-version: "1.27.1" check-latest: true cache: true