From e93875094b6b5f41ddb4953424cbe14c823a3a44 Mon Sep 17 00:00:00 2001 From: Jan Halfar Date: Fri, 3 Jul 2020 16:40:33 +0200 Subject: [PATCH] try to convince go build of the right build version --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index f265e00..9a8342e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,7 +6,7 @@ builds: env: - CGO_ENABLED=0 ldflags: - - -s -w -X cmd/actions/version.version={{.Version}} + - -s -w -X github.com/foomo/gograpple/cmd/actions.version={{.Version}} goos: - windows - darwin