From f387a0681365550d9cb0049e6c56eeb6f2fcbcdc Mon Sep 17 00:00:00 2001 From: bvanvugt <1531419+bvanvugt@users.noreply.github.com> Date: Mon, 20 Feb 2023 04:23:42 +0000 Subject: [PATCH] More more live testing! --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a3712bf..2b6f513 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -GOPATH := $(shell $$(go env GOPATH)) +GOPATH ?= $(shell $$(go env GOPATH)) -GOLANGCI_LINT_PATH := $(GOPATH)/bin/golangci-lint +GOLANGCI_LINT_PATH := ${GOPATH}/bin/golangci-lint GOLANGCI_LINT_VERSION := 1.51.1