You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing go list -m all multiple dependencies can not be resolved due to invalid versions. This command (with some additional flags) is used by JetBrain's GoLand to sync the dependencies and since the command fails, the IDE is not capable to resolve any dependency which results in a huge pile of errors per file.
What did you expect to happen?
null
How can we reproduce it (as minimally and precisely as possible)?
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
# On Windows:C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
Install tools
The text was updated successfully, but these errors were encountered:
@cheny-alf Yeah, adding replace can solve the Goland errors. Although the use of replace is not elegant, I cannot prevent Goland from executing the default command of go list -m all.
I left a comment in #666 , take a look again
What happened?
When executing go list -m all multiple dependencies can not be resolved due to invalid versions. This command (with some additional flags) is used by JetBrain's GoLand to sync the dependencies and since the command fails, the IDE is not capable to resolve any dependency which results in a huge pile of errors per file.
What did you expect to happen?
null
How can we reproduce it (as minimally and precisely as possible)?
Use the JetBrains GoLand ide to compile.
Anything else we need to know?
This issue may be related to kubernetes issues
Karpor version
OS version
Install tools
The text was updated successfully, but these errors were encountered: