bump min go version to 1.13 for trimpath

This commit is contained in:
Leo Antunes
2019-09-30 23:17:10 +02:00
parent a46d8ac18d
commit 014029c6fa
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
VERSION := $(shell git describe --tags --dirty --always)
GOFLAGS := -ldflags "-X main.version=$(VERSION)" -gcflags=all=-trimpath=$(PWD) -asmflags=all=-trimpath=$(PWD)
GOFLAGS := -ldflags "-X main.version=$(VERSION)" -trimpath
GOARCHES := $(shell go env GOARCH)