Skip to content

Commit

Permalink
Merge pull request #428 from paketo-community/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.37.2 to 1.37.5
  • Loading branch information
dmikusa authored Apr 2, 2024
2 parents 3615878 + b411393 commit 11d08ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.37.2
1.37.5
4 changes: 2 additions & 2 deletions .github/workflows/pb-create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
run: |-
#!/usr/bin/env bash
set -xeuo pipefail
set -euo pipefail
COMPILED_BUILDPACK="${HOME}/buildpack"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pb-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
run: |-
#!/usr/bin/env bash
set -xeuo pipefail
set -euo pipefail
COMPILED_BUILDPACK="${HOME}/buildpack"
Expand Down

0 comments on commit 11d08ba

Please sign in to comment.