chore: update Go version references from 1.25.6 to 1.25.7 across documentation and scripts
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user