This repository was archived by the owner on May 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 489
Where did golint go? #397
Comments
With additional verbosity:
I believe it's related to https://golang.org/x/lint/golint returning 404 at the moment. |
I was able to work around this issue by cloning the repository manually:
|
northtyphoon
pushed a commit
to Azure/acr-builder
that referenced
this issue
Apr 24, 2018
northtyphoon
pushed a commit
to Azure/acr-builder
that referenced
this issue
Apr 24, 2018
* workaround golint missing issue golang/lint#397
Consider adding |
carolynvs
pushed a commit
to carolynvs/service-catalog
that referenced
this issue
Apr 24, 2018
golint is not returning the metadata required by go get at the moment and it's causing our build to fail. This installs golint without go get until it's fixed. golang/lint#397
carolynvs
pushed a commit
to carolynvs/service-catalog
that referenced
this issue
Apr 24, 2018
golint is not returning the metadata required by go get at the moment and it's causing our build to fail. This installs golint without go get until it's fixed. golang/lint#397
3 tasks
Merged
4 tasks
wtks
added a commit
to traPtitech/traQ
that referenced
this issue
Apr 24, 2018
sgnn7
added a commit
to cyberark/secretless-broker
that referenced
this issue
Aug 22, 2018
Upstream published go module for golint had issues and since we don't want to hardcode this in the go.mod file, we now specify the override in the style_checker itself. golang/lint#397
sgnn7
added a commit
to cyberark/secretless-broker
that referenced
this issue
Aug 22, 2018
Upstream published go module for golint had issues and since we don't want to hardcode this in the go.mod file, we now specify the override in the style_checker itself. golang/lint#397
sgnn7
added a commit
to cyberark/secretless-broker
that referenced
this issue
Aug 23, 2018
Upstream published go module for golint had issues and since we don't want to hardcode this in the go.mod file, we now specify the override in the style_checker itself. golang/lint#397
sgnn7
added a commit
to cyberark/secretless-broker
that referenced
this issue
Aug 27, 2018
Upstream published go module for golint had issues and since we don't want to hardcode this in the go.mod file, we now specify the override in the style_checker itself. golang/lint#397
acofer
added a commit
to skuid/spec
that referenced
this issue
Oct 12, 2018
I didn't fully understand the thread. This issue is closed. Is the "solution" to do a manual git clone now? Is there no more go get for this dependency? |
rfranzke
added a commit
to gardener/gardener
that referenced
this issue
Oct 14, 2018
lewismarshall
pushed a commit
to UKHomeOffice/kd
that referenced
this issue
Oct 15, 2018
lewismarshall
pushed a commit
to UKHomeOffice/kd
that referenced
this issue
Oct 15, 2018
rfranzke
added a commit
to gardener/gardener
that referenced
this issue
Oct 17, 2018
rustycl0ck
pushed a commit
to rustycl0ck/ansible-role-k8s-devkit
that referenced
this issue
Oct 17, 2018
kashav
added a commit
to kashav/fsql
that referenced
this issue
Oct 20, 2018
richardyuwen
pushed a commit
to richardyuwen/gardener
that referenced
this issue
Mar 26, 2019
sschuberth
added a commit
to package-url/packageurl-go
that referenced
this issue
Aug 27, 2019
As reported by the error in the CI build. Also see golang/lint#397 Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
ashcrow
pushed a commit
to package-url/packageurl-go
that referenced
this issue
Aug 28, 2019
As reported by the error in the CI build. Also see golang/lint#397 Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
joshbetz
added a commit
to joshbetz/config
that referenced
this issue
Aug 29, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Seeing this locally and from our ci server.
The text was updated successfully, but these errors were encountered: