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

Signed-off-by: Scott Macfarlane <smacfarlane@hashicorp.com>
pull/33099/head
Scott Macfarlane 3 years ago committed by GitHub
parent 6a0d20feac
commit fa3980b77d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save