Disable reproducability check in actions-go-build (#33095)

Signed-off-by: Scott Macfarlane <smacfarlane@hashicorp.com>
This commit is contained in:
Scott Macfarlane 2023-04-26 11:42:00 -07:00 committed by GitHub
parent 6a0d20feac
commit fa3980b77d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
if-no-files-found: error