-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Cannot run go programs built with 1.21.5 on Windows Server anymore #64602
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
Go 1.20 was the last release supporting Windows 2008: https://go.dev/doc/go1.20#windows The fact that your program built with 1.21.4 was running without problems may have been luck. |
Closing as an unsupported platform. |
thank you, I totally missed this |
Go version
1.21.5
What operating system and processor architecture are you using (
go env
)?What did you do?
I built the simplest program possible (just a Println in the main func) with the new 1.21.5 release of go and tried to run the binary on different Windows Server 2008 machines.
I then installed go 1.21.4 and built the program with that version and see no errors.
What did you expect to see?
I expected to see the print on the terminal
What did you see instead?
for x64 build:
for x86 build:
The text was updated successfully, but these errors were encountered: