Skip to content

Commit

Permalink
makefile: use direct proxy before goproxy
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
iamniting committed Sep 30, 2024
1 parent 49ad74d commit 596e697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make-project-vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

GO_LINT_IMG_LOCATION ?= golangci/golangci-lint
GO_LINT_IMG_TAG ?= v1.49.0
Expand Down

0 comments on commit 596e697

Please sign in to comment.