-
Notifications
You must be signed in to change notification settings - Fork 58
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
update ibm odf operator to 1.6.0 #479
Conversation
4a51560
to
8888630
Compare
Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
IBM has published multiple 1.6.0 releases, and the goproxy server is still holding outdated 1.6.0 release information. To address this issue, we will begin using the direct proxy instead of the goproxy server. Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iamniting, Nikhil-Ladha The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -5,7 +5,7 @@ ENVTEST_ASSETS_DIR := $(PROJECT_DIR)/testbin | |||
GOBIN ?= $(BIN_DIR) | |||
GOOS ?= $(shell go env GOOS) | |||
GOARCH ?= $(shell go env GOARCH) | |||
GOPROXY ?= https://proxy.golang.org/ | |||
GOPROXY ?= direct,https://proxy.golang.org |
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.
When we use the direct proxy what exactly it does? Does it slow down the go mod tidy process?
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.
yes it does slow down a bit and directly fetches the APIS from the src instead of the goproxy server.
8d4683c
into
red-hat-storage:main
Signed-off-by: Nitin Goyal nigoyal@redhat.com