Fix for go tools called from make #568

Merged
6543 merged 9 commits from :toolsfix into main 2023-08-21 22:01:17 +00:00
Showing only changes of commit a1a0a213d7 - Show all commits

@ -5,7 +5,7 @@ export CGO_ENABLED=0
GO ?= go
SHASUM ?= shasum -a 256
export PATH := $(shell $(GO) env GOPATH)/bin:$(PATH)
export PATH := $($(GO) env GOPATH)/bin:$(PATH)
GOFILES := $(shell find . -name "*.go" -type f ! -path "*/bindata.go")
GOFMT ?= gofmt -s