Skip to content

Commit

Permalink
Remove the proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Dec 7, 2019
1 parent e940a3b commit bc7bf0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .buildkite/pipeline.yml
Expand Up @@ -4,7 +4,6 @@
steps:
- label: build
commands:
- make clean-and-tidy
- make
plugins:
- docker#v3.2.0:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -29,14 +29,14 @@ define LDFLAGS
endef

export GO111MODULE=on
export GOPROXY=https://proxy.golang.org
# export GOPROXY=https://proxy.golang.org

all: test bin/schemahero manager

.PHONY: clean-and-tidy
clean-and-tidy:
@go clean -modcache ||:
go mod tidy
@go mod tidy ||:

.PHONY: deps
deps: ./hack/deps.sh
Expand Down

0 comments on commit bc7bf0f

Please sign in to comment.