Skip to content

Commit 9c63579

Browse files
update provider version in goreleaser (#6306) (#12137)
Signed-off-by: Modular Magician <[email protected]>
1 parent ca17448 commit 9c63579

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/6306.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
provider: fixed bug where user-agent was showing "dev" rather than the provider version
3+
```

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ builds:
2929
- goarch: arm64
3030
goos: windows
3131
ldflags:
32-
- -s -w -X internal/provider.Version={{.Version}}
32+
- -s -w -X internal/provider.ProviderVersion={{.Version}}
3333
mod_timestamp: '{{ .CommitTimestamp }}'
3434
checksum:
3535
extra_files:

0 commit comments

Comments
 (0)