1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: Updated makefile for go 1.9

Since go 1.9, `./...` automatically skips vendored depedencies.
This commit is contained in:
Carlos Alexandro Becker 2017-10-02 14:23:41 -03:00
parent 00e5d0f4e1
commit 03815dcaea
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -1,4 +1,4 @@
SOURCE_FILES?=$$(go list ./... | grep -v /vendor/)
SOURCE_FILES?=./...
TEST_PATTERN?=.
TEST_OPTIONS?=