Skip to content

Conversation

jyecusch
Copy link
Member

@jyecusch jyecusch commented Oct 4, 2024

Go services run with nitric start often print "exit status 1" on exit due to what seems to be a quirk of the go run command. See golang issue 13440.

This change captures that exit status and prevent it from printing - since it's rarely a true error and there are other methods to debug real errors (e.g. build the service into a binary and/or container and test it).

@jyecusch jyecusch requested a review from tjholm October 4, 2024 08:51
tjholm
tjholm previously approved these changes Oct 7, 2024
@jyecusch jyecusch merged commit 029c776 into nitrictech:main Oct 14, 2024
4 checks passed
@nitric-bot
Copy link
Contributor

🎉 This PR is included in version 1.54.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@jyecusch jyecusch deleted the fix-start-error-with-gosdk branch October 14, 2024 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants