We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During the operator CI build, fails when doing the 'go vet'
go fmt ./... go vet ./... go: downloading github.com/onsi/ginkgo v1.8.0 go: downloading github.com/Azure/go-autorest/autorest v0.9.2 go: downloading sigs.k8s.io/testing_frameworks v0.1.1 go: downloading github.com/gophercloud/gophercloud v0.4.0 go: downloading github.com/onsi/gomega v1.5.0 go: extracting sigs.k8s.io/testing_frameworks v0.1.1 go: extracting github.com/Azure/go-autorest/autorest v0.9.2 go: extracting github.com/onsi/gomega v1.5.0 go: downloading github.com/Azure/go-autorest/autorest/adal v0.7.0 go: extracting github.com/onsi/ginkgo v1.8.0 go: downloading github.com/Azure/go-autorest/logger v0.1.0 go: downloading github.com/Azure/go-autorest/tracing v0.5.0 go: extracting github.com/Azure/go-autorest/autorest/adal v0.7.0 go: extracting github.com/Azure/go-autorest/logger v0.1.0 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible go: downloading github.com/Azure/go-autorest/autorest/date v0.2.0 go: extracting github.com/Azure/go-autorest/tracing v0.5.0 go: extracting github.com/Azure/go-autorest/autorest/date v0.2.0 go: extracting github.com/dgrijalva/jwt-go v3.2.0+incompatible go: downloading github.com/hpcloud/tail v1.0.0 go: extracting github.com/hpcloud/tail v1.0.0 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 go: extracting gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 go: extracting github.com/gophercloud/gophercloud v0.4.0 go: finding github.com/onsi/gomega v1.5.0 go: finding github.com/onsi/ginkgo v1.8.0 go: finding sigs.k8s.io/testing_frameworks v0.1.1 go: finding github.com/Azure/go-autorest/autorest v0.9.2 go: finding github.com/gophercloud/gophercloud v0.4.0 go: finding github.com/Azure/go-autorest/autorest/adal v0.7.0 go: finding github.com/hpcloud/tail v1.0.0 go: finding github.com/Azure/go-autorest/tracing v0.5.0 go: finding github.com/Azure/go-autorest/logger v0.1.0 go: finding github.com/Azure/go-autorest/autorest/date v0.2.0 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 # k8s.io/client-go/rest /builder/home/go/pkg/mod/k8s.io/client-go@v11.0.1-0.20190409021438-1a26190bd76a+incompatible/rest/request.go:598:31: not enough arguments in call to watch.NewStreamWatcher have (*versioned.Decoder) want (watch.Decoder, watch.Reporter) Makefile:100: recipe for target 'vet' failed
The text was updated successfully, but these errors were encountered:
This error happend on the following pipeline
seldonio/seldon-core/master #141 release
Sorry, something went wrong.
fixed in #1335
No branches or pull requests
During the operator CI build, fails when doing the 'go vet'
The text was updated successfully, but these errors were encountered: