From c10be585959cd718fbae2f4c64f6389f262430c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 06:39:10 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.27.0 --- .github/workflows/build.yml | 2 +- .github/workflows/go-test.yml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1c75099..f8c8563b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5.6.0 with: - go-version: "1.24" + go-version: "1.27" - name: Set up nodejs uses: actions/setup-node@v4 diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index e4459c1b..d64303f2 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5.6.0 with: - go-version: '1.24' + go-version: '1.27' - name: test run: go test ./... -coverprofile=profile.cov diff --git a/go.mod b/go.mod index c534a613..40f0915f 100644 --- a/go.mod +++ b/go.mod @@ -52,4 +52,4 @@ require ( go 1.23.0 -toolchain go1.24.3 +toolchain go1.27.0