From 72f9ef87dc21d4b4561287d8274201287640e325 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 30 Oct 2023 15:48:58 +0100 Subject: [PATCH] remove duplicate vars from makefile (#183) --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 368d833..ca8c87c 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,6 @@ XGO_PACKAGE ?= src.techknowlogick.com/xgo@latest GOTESTSUM_PACKAGE ?= gotest.tools/gotestsum@latest GENERATE ?= -XGO_PACKAGE ?= src.techknowlogick.com/xgo@latest -GOTESTSUM_PACKAGE ?= gotest.tools/gotestsum@latest XGO_VERSION := go-1.21.x XGO_TARGETS ?= linux/amd64,linux/arm64