From 081ea7494ed6c053bd33d036de4f7669bd23b655 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:58:53 +0000 Subject: [PATCH] Update go toolchain directive to v1.26.5 --- .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..7078968 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.26.x' - name: Checkout uses: actions/checkout@v4 - name: Run GoReleaser diff --git a/go.mod b/go.mod index 9bbf88c..d52db3a 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.26.5 require ( github.com/iancoleman/strcase v0.3.0