kubernetes-sigs/sig-storage-lib-external-provisioner

is it possible to use bump client-go in go.mod?

medyagh opened this issue · 5 comments

in minikube we like to update to latest kubernetes version lib, but only conflict is

WARN [runner] Can't run linter goanalysis_metalinter: S1037: failed prerequisites: [(inspect@k8s.io/minikube/pkg/storage, isgenerated@k8s.io/minikube/pkg/storage): analysis skipped: errors in package: [/Users/medmac/workspace/minikube/pkg/storage/storage_provisioner.go:33:2: could not import sigs.k8s.io/sig-storage-lib-external-provisioner/controller (/Users/medmac/go/pkg/mod/sigs.k8s.io/sig-storage-lib-external-provisioner@v4.0.0+incompatible/controller/controller.go:55:2: could not import sigs.k8s.io/sig-storage-lib-external-provisioner/util (/Users/medmac/go/pkg/mod/sigs.k8s.io/sig-storage-lib-external-provisioner@v4.0.0+incompatible/util/util.go:106:71: cannot use "coredns" (constant of type string) as context.Context value in argument to client.CoreV1().Services(metav1.NamespaceSystem).Get: missing method Deadline))]] 

k8s.io/client-go v0.0.0-20200131194156-19522ff28802 // release-14.0

Fixed by #73

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

@fejta-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.