From ab5af02979a0ea974af4d0de92ebe2dffc509d60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 05:06:19 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.27.0 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 80cdb8a..a6392c3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go 1.18 uses: actions/setup-go@v3 with: - go-version: 1.18.1 + go-version: 1.27.0 id: go - name: Check out code into the Go module directory