|
|
@ -132,7 +132,7 @@ jobs:
|
|
|
|
PRERELEASE_VERSION: ${{ needs.set-product-version.outputs.pre-version }}
|
|
|
|
PRERELEASE_VERSION: ${{ needs.set-product-version.outputs.pre-version }}
|
|
|
|
CGO_ENABLED: "0"
|
|
|
|
CGO_ENABLED: "0"
|
|
|
|
GOLDFLAGS: "${{needs.set-product-version.outputs.shared-ldflags}}"
|
|
|
|
GOLDFLAGS: "${{needs.set-product-version.outputs.shared-ldflags}}"
|
|
|
|
uses: hashicorp/actions-go-build@jeanne/make-clean-flag-optional
|
|
|
|
uses: hashicorp/actions-go-build@make-clean-flag-optional
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
product_name: ${{ env.PKG_NAME }}
|
|
|
|
product_name: ${{ env.PKG_NAME }}
|
|
|
|
product_version: ${{ needs.set-product-version.outputs.product-version }}
|
|
|
|
product_version: ${{ needs.set-product-version.outputs.product-version }}
|
|
|
@ -233,7 +233,7 @@ jobs:
|
|
|
|
PRERELEASE_VERSION: ${{ needs.set-product-version.outputs.pre-version }}
|
|
|
|
PRERELEASE_VERSION: ${{ needs.set-product-version.outputs.pre-version }}
|
|
|
|
CGO_ENABLED: "0"
|
|
|
|
CGO_ENABLED: "0"
|
|
|
|
GOLDFLAGS: "${{needs.set-product-version.outputs.shared-ldflags}}"
|
|
|
|
GOLDFLAGS: "${{needs.set-product-version.outputs.shared-ldflags}}"
|
|
|
|
uses: hashicorp/actions-go-build@jeanne/make-clean-flag-optional
|
|
|
|
uses: hashicorp/actions-go-build@make-clean-flag-optional
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
product_name: ${{ env.PKG_NAME }}
|
|
|
|
product_name: ${{ env.PKG_NAME }}
|
|
|
|
product_version: ${{ needs.set-product-version.outputs.product-version }}
|
|
|
|
product_version: ${{ needs.set-product-version.outputs.product-version }}
|
|
|
@ -285,7 +285,7 @@ jobs:
|
|
|
|
PRERELEASE_VERSION: ${{ needs.set-product-version.outputs.pre-version }}
|
|
|
|
PRERELEASE_VERSION: ${{ needs.set-product-version.outputs.pre-version }}
|
|
|
|
CGO_ENABLED: "0"
|
|
|
|
CGO_ENABLED: "0"
|
|
|
|
GOLDFLAGS: "${{needs.set-product-version.outputs.shared-ldflags}}"
|
|
|
|
GOLDFLAGS: "${{needs.set-product-version.outputs.shared-ldflags}}"
|
|
|
|
uses: hashicorp/actions-go-build@jeanne/make-clean-flag-optional
|
|
|
|
uses: hashicorp/actions-go-build@make-clean-flag-optional
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
product_name: ${{ env.PKG_NAME }}
|
|
|
|
product_name: ${{ env.PKG_NAME }}
|
|
|
|
product_version: ${{ needs.set-product-version.outputs.product-version }}
|
|
|
|
product_version: ${{ needs.set-product-version.outputs.product-version }}
|
|
|
|