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
nightly_tests.yaml
The nightly_tests.yaml action has been constantly failing with:
go: go.mod file not found in current directory or any parent directory; see 'go help modules'
I think this is because in 519f9a4, actions/checkout now checks out into a subdirectory, but the build is still happening in the root directory.
actions/checkout
The text was updated successfully, but these errors were encountered:
Thanks @JackPGreen , I am aware of this issue. I've disabled the nightly workflow for now.
Sorry, something went wrong.
No branches or pull requests
The
nightly_tests.yaml
action has been constantly failing with:I think this is because in 519f9a4,
actions/checkout
now checks out into a subdirectory, but the build is still happening in the root directory.The text was updated successfully, but these errors were encountered: