The [`nightly_tests.yaml` action has been constantly failing ](https://github.com/hazelcast/hazelcast-go-client/actions/workflows/nightly_tests.yaml) with: ``` go: go.mod file not found in current directory or any parent directory; see 'go help modules' ``` I think this is because in 519f9a43cc3f27463be5201d29640f85d70f295e, `actions/checkout` now checks out into a subdirectory, but the build is still happening in the root directory.