diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2021-07-13 08:34:56 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2021-07-13 08:34:56 +1000 |
| commit | 5c2b402a8aaa2d1693f64f2ca6576597bf28b339 (patch) | |
| tree | 72a938d57389fce3547aeb86fcbbcd3975bb80a9 /.goreleaser.yml | |
| parent | e743a9a425ee3197649aa2c4996b8566bf75896d (diff) | |
Fix import paths
Diffstat (limited to '.goreleaser.yml')
| -rw-r--r-- | .goreleaser.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index edb1170..0e54a2f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -2,7 +2,7 @@ builds: - flags: -tags "static_build" - ldflags: -w -X github.com/prologic/tube/.Version={{.Version}} -X github.com/prologic/tube/.Commit={{.Commit}} + ldflags: -w -X git.mills.io/prologic/tube/.Version={{.Version}} -X git.mills.io/prologic/tube/.Commit={{.Commit}} env: - CGO_ENABLED=0 goos: |
