We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to run the golang:1.22.2-alpine3.19 image does not work correctly
golang:1.22.2-alpine3.19
curl --request POST \ --url https://compiler.byte.golf/compile \ --header 'Content-Type: application/json' \ --data '{ "image": "golang:1.22.2-alpine3.19", "extension": "go", "cmd": "go run", "script": "package main\r\n\r\nimport \"fmt\"\r\n\r\nfunc main() {\r\n fmt.Println(\"Hello, world!\")\r\n}", "count": 1 }'
The output is as follows:
[ { "stdout": "", "stderr": "", "duration_ms": 9876, "timed_out": true } ]
I assume this is likely due to Go modules and having some weirdness when running the code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to run the
golang:1.22.2-alpine3.19
image does not work correctlyThe output is as follows:
I assume this is likely due to Go modules and having some weirdness when running the code.
The text was updated successfully, but these errors were encountered: