From b4113936a32a0c3ebf46fb978bb1cd828e025e56 Mon Sep 17 00:00:00 2001 From: paketobuildpackscommunity Date: Tue, 2 Apr 2024 05:08:44 +0000 Subject: [PATCH] Bump pipeline from 1.37.2 to 1.37.5 Bumps pipeline from 1.37.2 to 1.37.5. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/pipeline-version | 2 +- .github/workflows/pb-create-package.yml | 4 ++-- .github/workflows/pb-tests.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index bbb542a..e2ba070 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.37.2 +1.37.5 diff --git a/.github/workflows/pb-create-package.yml b/.github/workflows/pb-create-package.yml index bcfc6c9..a8e83a1 100644 --- a/.github/workflows/pb-create-package.yml +++ b/.github/workflows/pb-create-package.yml @@ -106,7 +106,7 @@ jobs: run: | #!/usr/bin/env bash - set -xeuo pipefail + set -euo pipefail # With Go 1.20, we need to set this so that we produce statically compiled binaries # @@ -144,7 +144,7 @@ jobs: run: |- #!/usr/bin/env bash - set -xeuo pipefail + set -euo pipefail COMPILED_BUILDPACK="${HOME}/buildpack" diff --git a/.github/workflows/pb-tests.yml b/.github/workflows/pb-tests.yml index 3ea5a37..f902f02 100644 --- a/.github/workflows/pb-tests.yml +++ b/.github/workflows/pb-tests.yml @@ -93,7 +93,7 @@ jobs: run: | #!/usr/bin/env bash - set -xeuo pipefail + set -euo pipefail # With Go 1.20, we need to set this so that we produce statically compiled binaries # @@ -129,7 +129,7 @@ jobs: run: |- #!/usr/bin/env bash - set -xeuo pipefail + set -euo pipefail COMPILED_BUILDPACK="${HOME}/buildpack"