We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6605a commit e5c9a58Copy full SHA for e5c9a58
.goreleaser.yaml
@@ -9,10 +9,10 @@ builds:
9
- -mod=vendor
10
- -v
11
ldflags:
12
- - -X github.com/hostinger/api-cli/utils/version.Build={{ .ShortCommit }}
13
- - -X github.com/hostinger/api-cli/utils/version.Major={{ .Major }}
14
- - -X github.com/hostinger/api-cli/utils/version.Minor={{ .Minor }}
15
- - -X github.com/hostinger/api-cli/utils/version.Patch={{ .Patch }}
+ - -X github.com/hostinger/api-cli/utils.Build={{ .ShortCommit }}
+ - -X github.com/hostinger/api-cli/utils.Major={{ .Major }}
+ - -X github.com/hostinger/api-cli/utils.Minor={{ .Minor }}
+ - -X github.com/hostinger/api-cli/utils.Patch={{ .Patch }}
16
goos:
17
- windows
18
- darwin
0 commit comments