From 8785f31db152a97ec710a4a2e3abaa6d8b8216ba Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Tue, 14 Feb 2023 10:39:55 +0100 Subject: [PATCH] change: no whitespace in goflags in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fcf56d70..40af64c1 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ TESTS := ./... TESTFLAGS := LDFLAGS := -w -s -X github.com/k3d-io/k3d/v5/version.Version=${GIT_TAG} -X github.com/k3d-io/k3d/v5/version.K3sVersion=${K3S_TAG} GCFLAGS := -GOFLAGS := -mod readonly +GOFLAGS := -mod=readonly BINDIR := $(CURDIR)/bin BINARIES := k3d