-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Cannot go get
due to invalid pseudo-version
#730
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
Comments
See also: goreleaser/goreleaser#1145 |
/cc @tpounds |
@howardjohn Thanks for reporting. Issue is caused by broken deps in upstream goreleaser/goreleaser#1145 We should be able to fix this ASAP once the upstream issues are resolved. In the meantime, a quick and dirty hack is to pin deps using |
So...I attempted a fix with a few upstream patches, however, the |
Same issue when I try to install from vscode:
|
It's also broken in v1.19.0 (not only master):
|
Install works with
|
A broken transitive dependency of golangci-lint is causing our build to fail when running with GO111MODULE=on. Until it's fixed upstream, getting the binary with modules turned off avoids the issue. golangci/golangci-lint#730
go get
from mastergo get
due to invalid pseudo-version
Thanks for this, I can just do EDIT: Oops, meant to comment in PR #736, not the issue. Oh well. |
@listx Thanks for confirming the fix works for you. |
A broken transitive dependency of golangci-lint is causing our build to fail when running with GO111MODULE=on. Until it's fixed upstream, getting the binary with modules turned off avoids the issue. golangci/golangci-lint#730
Turn off modules to workaround this issue: golangci/golangci-lint#730 increase the deadline from 1m -> 5m, we were seeing "deadline exceeded" errors causing build failures
* Add bulk commit functionality to ECR reconciler * Add 'image' internal package This package provides the 'image.Ref' type: a reference to a remote container image * Add unstructured.VisitOne func This func is used to traverse and mutate unstructured yaml data represented as `yaml.MapSlice`. It's used to make order-preserving edits to yaml files. * Add ChartEditor implementation The ChartEditor provides a method to update HelmRelease yaml files, belonging to a specified Helm chart in Github, to use a desired image. It batches the changes for a single image into one commit. * Update syncd to use the new ChartEditor and image types * Fixup golangci-lint Travis job Turn off modules to workaround this issue: golangci/golangci-lint#730 increase the deadline from 1m -> 5m, we were seeing "deadline exceeded" errors causing build failures * go mod tidy * Remove unused github env vars in ship-it-api config * Remove unused github secrets from ship-it-api The github secrets are not needed by the api, only syncd. For now, it's assuming the secret is managed outside the chart, hence `existingSecretName`
I tried to run go get to grab the latest master but running into some issues
What is really weird is if I clone the repo and do
go install ./cmd/golangci-lint
it works perfectly fine.Maybe I am just doing something wrong, since it looks like there is a
replace
ingo.mod
to fix this, but somehow not getting applied ongo get
The text was updated successfully, but these errors were encountered: