From dcf783bdf48bdd8a986ba0971fe2a8200ae32c58 Mon Sep 17 00:00:00 2001 From: tannevaled Date: Sat, 29 Aug 2026 19:43:41 +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 cbd050e..112682f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.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