Skip to content

Commit

Permalink
Merge pull request #808 from paketo-buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.37.3 to 1.37.5
  • Loading branch information
anthonydahanne authored Apr 19, 2024
2 parents c1bebc0 + 16ffeac commit a5377a2
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 a5377a2

Please sign in to comment.