Commit 2d6f7277 authored by Damien Lespiau's avatar Damien Lespiau Committed by GitHub
Browse files

Merge pull request #69 from weaveworks/2019-09-20-release-version-package

release: Update the location of the Version and ImageTag variables
parents 861a7369 21d6ffe3
Showing with 2 additions and 2 deletions
+2 -2
......@@ -6,8 +6,8 @@ builds:
main: ./cmd/wksctl
binary: wksctl
ldflags:
- -X main.version={{.Version}}
- -X main.imageTag={{.Env.IMAGE_TAG}}
- -X github.com/weaveworks/wksctl/pkg/version.Version={{.Version}}
- -X github.com/weaveworks/wksctl/pkg/version.ImageTag={{.Env.IMAGE_TAG}}
env:
- CGO_ENABLED=0
- GO111MODULE=on
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment