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
WithCancelClause was added in go 1.20, so go 1.19 does not have this feature.
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 is the URL of the page with the issue?
https://github.com/golang/pkgsite/blob/master/internal/middleware/requests.go
What is your user agent?
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0
Screenshot
What did you do?
git clone
What did you see happen?
context.WithCancelCause not found
Troubleshooting: WithCancelCause can only be used with go version 1.2.0+
I'm a newbie and I don't understand why the go.mod version isn't updated here
What did you expect to see?
context.WithCancelCause No error
The text was updated successfully, but these errors were encountered: