From 81c6e437d568cc01f032b8730e8980fc8af4be33 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Wed, 22 Feb 2017 16:58:14 -0500 Subject: [PATCH] Remove no longer applicable TODO After the version PR, this TODO message no longer applies. Signed-off-by: Phil Estes --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index e396dabe2..a99afca60 100644 --- a/Makefile +++ b/Makefile @@ -18,9 +18,6 @@ SNAPSHOT_PACKAGES=$(shell go list ./snapshot/...) COMMANDS=ctr containerd containerd-shim protoc-gen-gogoctrd dist ctrd-protobuild BINARIES=$(addprefix bin/,$(COMMANDS)) -# TODO(stevvooe): This will set version from git tag, but overrides major, -# minor, patch in the actual file. We'll have to resolve this before release -# time. GO_LDFLAGS=-ldflags "-X $(PKG).Version=$(VERSION) -X $(PKG).Package=$(PKG)" # Flags passed to `go test`