You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that seems most likely to be a corrupt installation (a brew problem).
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
Go version
go version go1.23.4 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
Installed go 1.23.4 with brew, trying to run any go code but keep getting
package iter is not in std
from basically any import.What did you see happen?
/opt/homebrew/bin/go test -timeout 10s -run ^Test_approvalTimeout$ github.com/getaccept/operations/pkg/cmd/approval-timeout -v -race
/opt/homebrew/Cellar/go/1.23.4/libexec/src/reflect/iter.go:7:8: package iter is not in std (/opt/homebrew/Cellar/go/1.23.4/libexec/src/iter)
What did you expect to see?
A test log
The text was updated successfully, but these errors were encountered: