chore: downgrade Go version from 1.25.7 to 1.25.6

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
KoheiYamashita 2026-02-17 17:53:15 +09:00
parent 0fadbcd340
commit 5c6603b34b
2 changed files with 2 additions and 1 deletions

View file

@ -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

2
go.mod
View file

@ -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