From a37aa7ca59200c5391df00cbcda7deeaa81c4e95 Mon Sep 17 00:00:00 2001 From: bvanvugt <1531419+bvanvugt@users.noreply.github.com> Date: Mon, 20 Feb 2023 04:30:32 +0000 Subject: [PATCH] Live testing FINAL v2 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2b6f513..2299e69 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ GOLANGCI_LINT_VERSION := 1.51.1 nonsense: + which go + go version echo "Installing golangci-lint to ${GOPATH} ${GOLANGCI_LINT_PATH} ${GOLANGCI_LINT_VERSION}" .PHONY: nonsense