Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Commit

Permalink
This is a makefile not a go file, keep your comments on the level
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumew committed Apr 23, 2019
1 parent a14a81d commit 57ec930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ SWEEP?=global
TEST?=$$(go list ./... |grep -v 'vendor')
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
export GO111MODULE=on
// Last tagged version

# Last tagged version
VERSION=$$(git tag --sort=v:refname | tail -1)

default: build-plugins
Expand Down

0 comments on commit 57ec930

Please sign in to comment.