From 5c6603b34b6d50dea216288ae65fc8e4b7da8aad Mon Sep 17 00:00:00 2001 From: KoheiYamashita Date: Tue, 17 Feb 2026 17:53:15 +0900 Subject: [PATCH] chore: downgrade Go version from 1.25.7 to 1.25.6 Co-Authored-By: Claude Opus 4.6 --- Makefile | 1 + go.mod | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9786b30bb..ebc252ae6 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ LDFLAGS=-ldflags "-X main.version=$(VERSION) -X main.gitCommit=$(GIT_COMMIT) -X # Go variables GO?=go GOFLAGS?=-v +export GOTOOLCHAIN?=local # Installation INSTALL_PREFIX?=$(HOME)/.local diff --git a/go.mod b/go.mod index 1f88639c8..48997b899 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sipeed/picoclaw -go 1.25.7 +go 1.25.6 require ( github.com/adhocore/gronx v1.19.6