From 55e830a77cb6ebd91ea49ecea82ca725a89d21f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:58:10 +0000 Subject: [PATCH] Update go toolchain directive --- .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..631d2d4 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.1 require ( github.com/iancoleman/strcase v0.3.0