Skip to content

Commit

Permalink
Bump pipeline from 1.36.6 to 1.37.5
Browse files Browse the repository at this point in the history
Bumps pipeline from 1.36.6 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 30, 2024
1 parent 4ecd98e commit 5d0167d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 22 deletions.
26 changes: 9 additions & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
labels:
- semver:patch
- type:dependency-upgrade
allow:
- dependency-type: "all"
groups:
gomod:
patterns:
- "*"
# group all minor and patch dependency updates together
update-types:
- "minor"
- "patch"
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
ignore:
- dependency-name: github.com/onsi/gomega
labels:
- semver:patch
- type:dependency-upgrade
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.36.6
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
2 changes: 2 additions & 0 deletions .github/workflows/pb-update-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
go mod edit -go="$GO_VERSION"
go mod tidy
go get -u -t ./...
go mod tidy
git add go.mod go.sum
git checkout -- .
Expand Down

0 comments on commit 5d0167d

Please sign in to comment.