Skip to content

Commit

Permalink
Merge branch 'master' into issue-7418
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrannosaurus-becks committed Dec 9, 2019
2 parents 03ade82 + 805a0bc commit 6801ae7
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 @@ -17,7 +17,8 @@ EXTERNAL_TOOLS=\
github.com/kardianos/govendor \
github.com/client9/misspell/cmd/misspell \
github.com/golangci/golangci-lint/cmd/golangci-lint
GOFMT_FILES?=$$(find . -name '*.go' | grep -v pb.go | grep -v vendor | grep -v testdata)
GOFMT_FILES?=$$(find . -name '*.go' | grep -v pb.go | grep -v vendor)


GO_VERSION_MIN=1.12.7
CGO_ENABLED?=0
Expand Down

0 comments on commit 6801ae7

Please sign in to comment.