From ce0346448ff6c8e92f794e7b724f3d4333412a9b Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 17 Feb 2021 21:48:12 -0500 Subject: [PATCH] remove outdated notice in makefile (#14720) Co-authored-by: 6543 <6543@obermui.de> --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 7dd7464acb..e0123f6fc4 100644 --- a/Makefile +++ b/Makefile @@ -573,7 +573,6 @@ release-windows: | $(DIST_DIRS) @hash xgo > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ GO111MODULE=off $(GO) get -u src.techknowlogick.com/xgo; \ fi - @echo "Warning: windows version is built using golang 1.14" CGO_CFLAGS="$(CGO_CFLAGS)" GO111MODULE=off xgo -go $(XGO_VERSION) -buildmode exe -dest $(DIST)/binaries -tags 'netgo osusergo $(TAGS)' -ldflags '-linkmode external -extldflags "-static" $(LDFLAGS)' -targets 'windows/*' -out gitea-$(VERSION) . ifeq ($(CI),drone) cp /build/* $(DIST)/binaries