Commit 9fe1ae2
committed
Fix paths in .goreleaser.yaml for tracing version (#4187)
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> **Low Risk**
> Low risk config-only change; it just updates the `-X` linker flag path
used during builds to set the tracing version and should only affect
release build metadata.
>
> **Overview**
> Fixes GoReleaser build configuration so the `-X` ldflag that injects
the CLI version targets `github.com/overmindtech/cli/go/tracing.version`
(instead of the old `github.com/overmindtech/cli/tracing.version`) for
both Linux/Windows and macOS builds.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
9bc6780a800b9b027088363b3ee96150a2083b5d. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
GitOrigin-RevId: 62b1585503d1ff5191efcdd2d3b210f05315b4f81 parent b57ecf3 commit 9fe1ae2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments