Skip to content

Commit

Permalink
Bump pipeline from 1.37.3 to 1.37.5
Browse files Browse the repository at this point in the history
Bumps pipeline from 1.37.3 to 1.37.5.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
paketo-bot authored and github-actions[bot] committed Apr 2, 2024
1 parent c1bebc0 commit 16ffeac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.37.3
1.37.5
2 changes: 1 addition & 1 deletion .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 -xuo pipefail
set -euo pipefail
# With Go 1.20, we need to set this so that we produce statically compiled binaries
#
Expand Down
2 changes: 1 addition & 1 deletion .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 -xuo pipefail
set -euo pipefail
# With Go 1.20, we need to set this so that we produce statically compiled binaries
#
Expand Down

0 comments on commit 16ffeac

Please sign in to comment.