Skip to content

Commit 8de24a9

Browse files
authored
Merge pull request #321 from paketo-buildpacks/update/pipeline
Bump pipeline from 1.44.0 to 1.45.0
2 parents 5482f39 + 579d4d4 commit 8de24a9

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/pipeline-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.44.0
1+
1.45.0

.github/workflows/pb-create-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ jobs:
1818
username: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}
1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: "1.25"
21+
go-version: "1.26"
2222
- name: Install create-package
2323
run: |
2424
#!/usr/bin/env bash
2525
2626
set -euo pipefail
2727
2828
go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/create-package@latest
29-
- uses: buildpacks/github-actions/setup-tools@v5.9.7
29+
- uses: buildpacks/github-actions/setup-tools@v5.11.0
3030
with:
3131
crane-version: 0.20.3
3232
yj-version: 5.1.0
33-
- uses: buildpacks/github-actions/setup-pack@v5.9.7
33+
- uses: buildpacks/github-actions/setup-pack@v5.11.0
3434
with:
35-
pack-version: 0.39.1
35+
pack-version: 0.40.0
3636
- name: Enable pack Experimental
3737
run: |
3838
#!/usr/bin/env bash
@@ -203,7 +203,7 @@ jobs:
203203
DIGEST: ${{ steps.package.outputs.digest }}
204204
GITHUB_TOKEN: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
205205
- if: ${{ true }}
206-
uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.9.7
206+
uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.11.0
207207
with:
208208
address: docker.io/paketobuildpacks/executable-jar@${{ steps.package.outputs.digest }}
209209
id: paketo-buildpacks/executable-jar

.github/workflows/pb-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
steps:
1818
- uses: actions/setup-go@v5
1919
with:
20-
go-version: "1.25"
20+
go-version: "1.26"
2121
- name: Install create-package
2222
run: |
2323
#!/usr/bin/env bash
2424
2525
set -euo pipefail
2626
2727
go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/create-package@latest
28-
- uses: buildpacks/github-actions/setup-pack@v5.9.7
28+
- uses: buildpacks/github-actions/setup-pack@v5.11.0
2929
with:
30-
pack-version: 0.39.1
30+
pack-version: 0.40.0
3131
- name: Enable pack Experimental
3232
run: |
3333
#!/usr/bin/env bash
@@ -184,7 +184,7 @@ jobs:
184184
restore-keys: ${{ runner.os }}-go-
185185
- uses: actions/setup-go@v5
186186
with:
187-
go-version: "1.25"
187+
go-version: "1.26"
188188
- name: Install richgo
189189
run: |
190190
#!/usr/bin/env bash

.github/workflows/pb-update-go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: "1.25"
14+
go-version: "1.26"
1515
- uses: actions/checkout@v4
1616
- name: Update Go Version & Modules
1717
id: update-go
@@ -49,7 +49,7 @@ jobs:
4949
echo "commit-body=${COMMIT_BODY}" >> "$GITHUB_OUTPUT"
5050
echo "commit-semver=${COMMIT_SEMVER}" >> "$GITHUB_OUTPUT"
5151
env:
52-
GO_VERSION: "1.25"
52+
GO_VERSION: "1.26"
5353
- uses: peter-evans/create-pull-request@v6
5454
with:
5555
author: ${{ secrets.JAVA_GITHUB_USERNAME }} <${{ secrets.JAVA_GITHUB_USERNAME }}@users.noreply.github.com>

.github/workflows/pb-update-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: "1.25"
19+
go-version: "1.26"
2020
- name: Install octo
2121
run: |
2222
#!/usr/bin/env bash

0 commit comments

Comments
 (0)