From fa3980b77d06f9f20bd5c495bbac8e6be82d36aa Mon Sep 17 00:00:00 2001 From: Scott Macfarlane <36851+smacfarlane@users.noreply.github.com> Date: Wed, 26 Apr 2023 11:42:00 -0700 Subject: [PATCH] Disable reproducability check in actions-go-build (#33095) Signed-off-by: Scott Macfarlane --- .github/workflows/build-terraform-oss.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-terraform-oss.yml b/.github/workflows/build-terraform-oss.yml index 61fa022821..f7eed12b2a 100644 --- a/.github/workflows/build-terraform-oss.yml +++ b/.github/workflows/build-terraform-oss.yml @@ -58,7 +58,7 @@ jobs: go_version: ${{ inputs.go-version }} os: ${{ inputs.goos }} arch: ${{ inputs.goarch }} - reproducible: report + reproducible: nope instructions: |- mkdir dist out set -x @@ -98,4 +98,4 @@ jobs: with: name: ${{ env.DEB_PACKAGE }} path: out/${{ env.DEB_PACKAGE }} - if-no-files-found: error \ No newline at end of file + if-no-files-found: error