From aa0df1ca30dd486dc0357fc24d929a5b04c28078 Mon Sep 17 00:00:00 2001 From: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com> Date: Thu, 16 May 2024 10:21:57 -0500 Subject: [PATCH] revert to previous working version (#21124) --- .github/workflows/build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28617aa057..ffa1698dd4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -132,8 +132,7 @@ jobs: PRERELEASE_VERSION: ${{ needs.set-product-version.outputs.pre-version }} CGO_ENABLED: "0" GOLDFLAGS: "${{needs.set-product-version.outputs.shared-ldflags}}" - WORKTREE_DIRTY: "true" - uses: hashicorp/actions-go-build@v1 + uses: hashicorp/actions-go-build@v0.1.7 with: product_name: ${{ env.PKG_NAME }} product_version: ${{ needs.set-product-version.outputs.product-version }} @@ -233,8 +232,7 @@ jobs: PRERELEASE_VERSION: ${{ needs.set-product-version.outputs.pre-version }} CGO_ENABLED: "0" GOLDFLAGS: "${{needs.set-product-version.outputs.shared-ldflags}}" - WORKTREE_DIRTY: "true" - uses: hashicorp/actions-go-build@v1 + uses: hashicorp/actions-go-build@v0.1.7 with: product_name: ${{ env.PKG_NAME }} product_version: ${{ needs.set-product-version.outputs.product-version }} @@ -285,8 +283,7 @@ jobs: PRERELEASE_VERSION: ${{ needs.set-product-version.outputs.pre-version }} CGO_ENABLED: "0" GOLDFLAGS: "${{needs.set-product-version.outputs.shared-ldflags}}" - WORKTREE_DIRTY: "true" - uses: hashicorp/actions-go-build@v1 + uses: hashicorp/actions-go-build@v0.1.7 with: product_name: ${{ env.PKG_NAME }} product_version: ${{ needs.set-product-version.outputs.product-version }}