From d69c70c0af7e8477add61bcd3f195cf2f238687e Mon Sep 17 00:00:00 2001 From: tannevaled Date: Wed, 2 Sep 2026 05:33:01 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.27.1 --- .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 88535e2..d999a11 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.27.0" + go-version: "1.27.1" check-latest: true cache: true