-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
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
Build fails with Go 1.23 #101
Comments
stefanb
changed the title
Build fails with Go 1.23 due to incompatible module reference
Build fails with Go 1.23
Jul 1, 2024
Build is still failing with Go 1.23 rc2. |
stefanb
added a commit
to Homebrew/homebrew-core
that referenced
this issue
Aug 1, 2024
use "go" again when tickstep/cloudpan189-go#101 is resolved and released To be merged after #175310
This can probably now be fixed as well, since
were both fixed. |
stefanb
added a commit
to Homebrew/homebrew-core
that referenced
this issue
Aug 16, 2024
use "go" again when tickstep/cloudpan189-go#101 is resolved and released To be merged after #175310
This was referenced Aug 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building with Go 1.23 in
threw an error:
indicating, that referenced upstream Go module
github.com/tickstep/library-go
is not yet compatible with upcoming Go 1.23See
The text was updated successfully, but these errors were encountered: