Skip to content

Commit

Permalink
Don't default tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0 committed Oct 5, 2018
1 parent 89b33a5 commit 9dc3a60
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.go
Expand Up @@ -525,11 +525,6 @@ func main() {

verbosePrintf("detected Go version %v\n", goVersion)

if len(buildTags) == 0 {
verbosePrintf("adding build-tag release\n")
buildTags = []string{"release"}
}

for i := range buildTags {
buildTags[i] = strings.TrimSpace(buildTags[i])
}
Expand Down

0 comments on commit 9dc3a60

Please sign in to comment.