Skip to content

Commit

Permalink
remove unnecessary GOPATH stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed May 2, 2024
1 parent 3778752 commit 4704cd6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ VERSION := $(shell git describe --tags --abbrev=0 --exact-match 2>/dev/null)
COVER_PROFILE := coverage.txt
# Disable go sum database lookup for private repos
GOPRIVATE := github.com/dapperlabs/*
# Ensure go bin path is in path (Especially for CI)
GOPATH ?= $(HOME)/go
PATH := $(PATH):$(GOPATH)/bin
# OS
UNAME := $(shell uname)

Expand All @@ -28,8 +25,6 @@ binary: $(BINARY)

.PHONY: install-tools
install-tools:
cd '${GOPATH}'; \
mkdir -p '${GOPATH}'; \
GO111MODULE=on go install github.com/axw/gocov/gocov@latest; \
GO111MODULE=on go install github.com/matm/gocov-html/cmd/gocov-html@latest; \
GO111MODULE=on go install github.com/sanderhahn/gozip/cmd/gozip@latest; \
Expand Down

0 comments on commit 4704cd6

Please sign in to comment.