From f88ab67742a0e060fd551f56e46a6c39834720dd Mon Sep 17 00:00:00 2001 From: tannevaled Date: Sun, 30 Aug 2026 09:23:05 +0000 Subject: [PATCH] chore(deps): 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 5e892d9..88535e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-go@v7 with: - go-version: "1.26.4" + go-version: "1.27.0" check-latest: true cache: true