From f3d1a8bc783e2437bbbb8665401647b503fc020b Mon Sep 17 00:00:00 2001 From: Dan Stough Date: Fri, 24 May 2024 15:32:59 -0400 Subject: [PATCH] build: set go-build reproducible to false (#21218) --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7da5ca643e..1a80b57a59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,7 +139,7 @@ jobs: go_version: ${{ needs.get-go-version.outputs.go-version }} os: ${{ matrix.goos }} arch: ${{ matrix.goarch }} - reproducible: report + reproducible: nope clean: false instructions: |- cp LICENSE $TARGET_DIR/LICENSE.txt @@ -240,7 +240,7 @@ jobs: go_version: ${{ needs.get-go-version.outputs.go-version }} os: ${{ matrix.goos }} arch: ${{ matrix.goarch }} - reproducible: report + reproducible: nope clean: false instructions: |- cp LICENSE $TARGET_DIR/LICENSE.txt @@ -292,7 +292,7 @@ jobs: go_version: ${{ needs.get-go-version.outputs.go-version }} os: ${{ matrix.goos }} arch: ${{ matrix.goarch }} - reproducible: report + reproducible: nope clean: false instructions: |- cp LICENSE $TARGET_DIR/LICENSE.txt