-
-
Notifications
You must be signed in to change notification settings - Fork 631
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
Building issues #781
Comments
@ucwong what version of Go are you using? See anacrolix/stm#5. |
go version go1.19.2 linux/amd64 |
This comment was marked as outdated.
This comment was marked as outdated.
Replace the type parameters in its definition with actual types may be the solution of this issue |
Without jumping into the code and digging around, is it possible that old versions of the DHT code are pulling in versions of the STM code that don't build anymore? I don't know how far you got in the linked issue @ucwong but it all ends up at golang/go#55955. |
Just run go get -u ./... in my project and then the issue occurs when building |
Let's close this in favour of anacrolix/stm#5, which is the real problem. |
Occurs after updating github.com/anacrolix/missinggo/v2 from
v2.7.0
tov2.7.1
github.com/anacrolix/dht/v2 from
v2.19.0
tov2.19.1
The text was updated successfully, but these errors were encountered: