fix(temporal)

closes #6019
This commit is contained in:
Jacob Heider 2024-04-29 12:17:56 -04:00
parent 94d3dcac92
commit 80099cd7ff
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -25,11 +25,11 @@ build:
- -s
- -w
- -X github.com/temporalio/cli/headers.Version={{version}}
- -X github.com/temporalio/cli/temporalcli.Version={{version}}
linux:
# or segmentation fault
# fix found here https://github.com/docker-library/golang/issues/402#issuecomment-982204575
LDFLAGS:
- -buildmode=pie
test:
temporal --version | grep {{version}}
test: temporal --version | grep {{version}}