Skip to content

Commit

Permalink
Revert "makefile: use direct proxy before goproxy"
Browse files Browse the repository at this point in the history
This reverts commit 79050f8.

Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
  • Loading branch information
iamniting committed Sep 30, 2024
1 parent 79050f8 commit 3abc0af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion hack/go-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export CGO_ENABLED=${CGO_ENABLED:-0}
export GOOS=${GOOS:-linux}
export GOARCH=${GOARCH:-amd64}
export GO111MODULE=${GO111MODULE:-on}
export GOPROXY=${GOPROXY:-https://proxy.golang.org,direct}

set -x

Expand Down
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 ?= direct,https://proxy.golang.org/
GOPROXY ?= https://proxy.golang.org/

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

0 comments on commit 3abc0af

Please sign in to comment.