-
Notifications
You must be signed in to change notification settings - Fork 99
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
Error when running mod download: unknown revision v3.0.82 #149
Comments
It's weird to get this error as the CI that runs the test also has to download everything (automatically done by I would suggest to run the And potentially from the docs I did see
So potentially with that we may get more info. If not I'll try to create a Docker image for Fedora and try to reproduce it. |
Hi, -x output
Cheers, |
Builds okay on a RockyLinux box
So it could be Fedora related. |
Ok I was able to reproduce the error with: docker run --name fedora_bash --rm -i -t fedora:34 bash And then installing latest version of GO and running https://github.com/cycloidio/inframap#development Also tried docker run --name debian_bash --rm -i -t debian:buster bash And then installed latest version of Go and installed inframap but this time it worked. So we can say that is related to Fedora. Next I've checked the lib that is failing, IDK what it is and I don't speak the language so even worse haha. But I did found this https://github.com/TencentCloud/tencentcloud-sdk-go/blob/master/doc.go
IDK if it could fix anything. Also found hashicorp/terraform#29021 which is 100% the same issue, and also TencentCloud/tencentcloud-sdk-go#125 which is the one the guy opened too. From this I get that it's an issue from the lib that broke compatibility with that. One of the solutions purposed is to use |
Hi,
After cloning the repo (Fedora 34 , go version go1.16.5 linux/amd64, don't know if that matters) and running the mod download comment I get this
$ go mod download go: github.com/hashicorp/[email protected] requires github.com/tencentcloud/[email protected]+incompatible: reading github.com/tencentcloud/tencentcloud-sdk-go/go.mod at revision v3.0.82: unknown revision v3.0.82
Any idea?
Cheers,
Carlos
The text was updated successfully, but these errors were encountered: