From 275e96058320575c19eb7c192a7e6b569e70af9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 05:11:10 +0000 Subject: [PATCH] Update go toolchain directive to v1.27.0 --- .github/workflows/release.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b579c6a..c8241a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.25.x' + go-version: '1.27.x' - name: Checkout uses: actions/checkout@v4 - name: Run GoReleaser diff --git a/go.mod b/go.mod index 9bbf88c..fbff230 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/moznion/gonstructor go 1.24.0 -toolchain go1.25.1 +toolchain go1.27.0 require ( github.com/iancoleman/strcase v0.3.0