chore: update Go version references from 1.25.6 to 1.25.7 across documentation and scripts

This commit is contained in:
GitHub Actions
2026-02-04 16:52:52 +00:00
parent 87df00f871
commit c94642a594
15 changed files with 21 additions and 21 deletions

View File

@@ -37,9 +37,9 @@ install-tools:
go install gotest.tools/gotestsum@latest
@echo "Tools installed successfully"
# Install Go 1.25.6 system-wide and setup GOPATH/bin
# Install go 1.25.7 system-wide and setup GOPATH/bin
install-go:
@echo "Installing Go 1.25.6 and gopls (requires sudo)"
@echo "Installing go 1.25.7 and gopls (requires sudo)"
sudo ./scripts/install-go-1.25.6.sh
# Clear Go and gopls caches