-
Notifications
You must be signed in to change notification settings - Fork 1
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
If you hit quic-go "you're using can't be built on Go 1.21 yet" #1
Comments
Overall quickwit-oss/quickwit-go needs to be completely re-written. It's in the first commit stage right now.
I haven't tested fully quickwit yet, but feel free to tag me on your lib for feedback if you are already advanced further. P.s. quickwit itself and quickwit-oss/tantivy looks awesome ... and JVM based code is forbidden in my company ;) |
As you mentioned, quickwit-go has few commits and I think the development process has stopped. So I decided to write a Go SDK for quickwit by myself. I would be happy to have your feedback and any kinds of contributions. |
If you hit quic-go "you're using can't be built on Go 1.21 yet"
cannot use "The version of quic-go you're using can't be built on Go 1.21 yet. For more details, please see https://github.com/quic-go/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.21 yet. F...) as int value in variable declaration
/api/v1/{indexId}/search
https://github.com/quickwit-oss/quickwit-go/blob/main/client.go#L68C9-L68C33
the following code snippet might help to build your own lib
assuming you followed the quickstart https://quickwit.io/docs/get-started/quickstart
The text was updated successfully, but these errors were encountered: