hazelcast / hazelcast-go-client

Hazelcast Go Client
https://hazelcast.com/clients/go
Apache License 2.0
189 stars 56 forks source link

`nightly_tests.yaml` action failing #990

Open JackPGreen opened 5 months ago

JackPGreen commented 5 months ago

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 519f9a43cc3f27463be5201d29640f85d70f295e, actions/checkout now checks out into a subdirectory, but the build is still happening in the root directory.

yuce commented 5 months ago

Thanks @JackPGreen , I am aware of this issue. I've disabled the nightly workflow for now.