Skip to content

Commit

Permalink
feat(openbao): use current date for BuildDate
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechka committed Oct 9, 2024
1 parent d68ca36 commit 73a702e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbao.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipeline:
ldflags: |
-X github.com/openbao/openbao/version.fullVersion=${{package.version}}
-X github.com/openbao/openbao/version.GitCommit='$(git rev-parse HEAD)'
-X github.com/openbao/openbao/version.BuildDate='$(git show --no-show-signature -s --format=%cd --date=format:"%Y-%m-%dT%H:%M:%SZ" HEAD)'
-X github.com/openbao/openbao/version.BuildDate='$(date -u +"%Y-%m-%dT%H:%M:%SZ")'
- uses: strip

subpackages:
Expand Down

0 comments on commit 73a702e

Please sign in to comment.