From efc2ef97108f22346b20263a6a9b93bdb4c3a33e Mon Sep 17 00:00:00 2001 From: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com> Date: Wed, 16 Aug 2023 16:01:45 -0400 Subject: [PATCH] Not to override `LINODE_URL` in `Makefile` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 529a733e5..389f958e3 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ GOLANGCILINT := golangci-lint GOLANGCILINT_IMG := golangci/golangci-lint:latest GOLANGCILINT_ARGS := run -LINODE_URL := https://api.linode.com/ +LINODE_URL ?= https://api.linode.com/ PACKAGES := $(shell go list ./... | grep -v integration)