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.
2 parents 79f933d + 33ce6f7 commit 57adee8Copy full SHA for 57adee8
.goreleaser.yml
@@ -20,9 +20,9 @@ builds:
20
- "386"
21
main: cli/main.go
22
ldflags: -s -w
23
- -X github.com/replicatedhq/ship/pkg/version.version={{.Version}}
24
- -X github.com/replicatedhq/ship/pkg/version.gitSHA={{.FullCommit}}
25
- -X github.com/replicatedhq/ship/pkg/version.buildTime={{.Date}}
+ -X github.com/replicatedhq/replicated/pkg/version.version={{.Version}}
+ -X github.com/replicatedhq/replicated/pkg/version.gitSHA={{.FullCommit}}
+ -X github.com/replicatedhq/replicated/pkg/version.buildTime={{.Date}}
26
binary: replicated
27
hooks: {}
28
archive:
0 commit comments