-
Notifications
You must be signed in to change notification settings - Fork 18k
freebsd regression in 1.20.1- os.Stat
shows function not implemented
#58914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
(attn @golang/freebsd) |
What version of FreeBSD are you running? |
|
That wiki is very out of date. FreeBSD 11 is only supported by Go 1.18 (and 1.19 because we missed the merge window): |
Gotcha... Go 1.18 was supposed to be the last version that supported FreeBSD 11, but because the merge window was missed, Go 1.19 still supported it, but support for that version is really gone in Go 1.20+. In that case, I guess this issue can be closed. Sorry for the noise. |
FreeBSD 11 support was dropped in Go 1.20, like mentioned in the ticket. 1.19 still has the compatibility shims for switching the syscall versions at runtime. |
I've updated the wiki to point to https://github.com/golang/go/wiki/FreeBSD#go-on-freebsd instead. |
…t to the relevant wiki
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?linux/amd64
What did you do?
Test file
foo.go
:On system with Go 1.19.6:
On system with Go 1.20.1:
From either system:
On FreeBSD system:
What did you expect to see?
Same (or at least very similar) output
What did you see instead?
The text was updated successfully, but these errors were encountered: