Live testing FINAL (3)

This commit is contained in:
bvanvugt 2023-02-20 04:45:09 +00:00
parent a37aa7ca59
commit df4fb5bafc
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
GOPATH ?= $(shell $$(go env GOPATH))
GOPATH := $(shell go env GOPATH)
GOLANGCI_LINT_PATH := ${GOPATH}/bin/golangci-lint
GOLANGCI_LINT_VERSION := 1.51.1
@ -7,6 +7,7 @@ GOLANGCI_LINT_VERSION := 1.51.1
nonsense:
which go
go version
go env GOPATH
echo "Installing golangci-lint to ${GOPATH} ${GOLANGCI_LINT_PATH} ${GOLANGCI_LINT_VERSION}"
.PHONY: nonsense