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
working as intended, with CGO_ENABLED=1, you need an appropriate C toolchain setup now that we no longer ship precompiled artifacts.
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.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes (latest release = 1.20)
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Try to build (
go build fetch.go
) this program on Go 1.20 linux/amd64What did you expect to see?
The compilation did not failed on 1.20 (on 1.19.5 linux/amd64 did not failed)
What did you see instead?
The text was updated successfully, but these errors were encountered: