Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-kosu: update makefile with import path change #261

Merged
merged 1 commit into from Sep 4, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

go-kosu: update makefile with import path change

  • Loading branch information
hrharder committed Sep 4, 2019
commit 1b12f3efcd9c1d26520107f0c9b1ee454fa8b69b
@@ -1,9 +1,10 @@
GOTEST_FLAGS ?= -v
GOTEST = go test ./... ${GOTEST_FLAGS}

BASE_PATH = github.com/ParadigmFoundation/kosu-monorepo/packages/go-kosu
KOSU_VERSION ?= $(shell jq -r .version package.json)
GOBUILD_LDFLAGS = "-X go-kosu/version.Version=$(KOSU_VERSION) \
-X go-kosu/version.GitCommit=$(shell git rev-parse --short HEAD)"
GOBUILD_LDFLAGS = "-X ${BASE_PATH}/version.Version=$(KOSU_VERSION) \
-X ${BASE_PATH}/version.GitCommit=$(shell git rev-parse --short HEAD)"

GOLINT = golangci-lint run --enable-all \
--disable=gochecknoglobals \
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.