Skip to content

Commit

Permalink
Merge pull request containerd#562 from estesp/todo-fixup
Browse files Browse the repository at this point in the history
Remove no longer applicable TODO comment
  • Loading branch information
stevvooe authored Feb 22, 2017
2 parents a463ba3 + 81c6e43 commit 26e9ad4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 26e9ad4

Please sign in to comment.