-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
go list -m all results in
go: k8s.io/controller-manager@v0.0.0: invalid version: unknown revision v0.0.0 go: k8s.io/mount-utils@v0.0.0: invalid version: unknown revision v0.0.0
This issue mainly concern Goland users because Goland uses go list -m all when updating go.mod. In result IDE is unable to get dependencies for the project.
Fix: Force specific version for those libraries.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency file