From 1b09cf285a41169209796cb182b93c8aebd7ad41 Mon Sep 17 00:00:00 2001 From: tannevaled Date: Sun, 30 Aug 2026 09:23:52 +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