mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
chore(Makefile): Remove unused variable
dep was replaced by go mod Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
parent
b6bbe4f08b
commit
fd99c9055d
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -5,7 +5,6 @@ TARGET_OBJS ?= darwin-amd64.tar.gz darwin-amd64.tar.gz.sha256 darwin-amd64.tar.g
|
|||
BINNAME ?= helm
|
||||
|
||||
GOPATH = $(shell go env GOPATH)
|
||||
DEP = $(GOPATH)/bin/dep
|
||||
GOX = $(GOPATH)/bin/gox
|
||||
GOIMPORTS = $(GOPATH)/bin/goimports
|
||||
ARCH = $(shell uname -p)
|
||||
|
|
|
|||
Loading…
Reference in a new issue