-
Notifications
You must be signed in to change notification settings - Fork 349
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
Updated operator-sdk to 0.10.0 #609
Updated operator-sdk to 0.10.0 #609
Conversation
32489b5
to
58f49e0
Compare
Not sure if related to this change but I had to install |
Just to make sure, this PR should not be merged until after 1.14 of Jaeger and Jaeger Operator has been released. |
@@ -18,7 +18,8 @@ KAFKA_NAMESPACE ?= "kafka" | |||
ES_OPERATOR_NAMESPACE = openshift-logging | |||
ES_OPERATOR_BRANCH ?= release-4.1 | |||
ES_OPERATOR_IMAGE ?= quay.io/openshift/origin-elasticsearch-operator:4.1 | |||
SDK_VERSION=v0.8.1 | |||
SDK_VERSION=v0.10.0 | |||
GOPATH ?= "$(HOME)/go" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this set here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because of the installed tools. go get ...
installs it under GOPATH/go/bin , and we use that later on when running golint/gosec.
2be9a89
to
e057436
Compare
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
e057436
to
e245572
Compare
Closes #607