File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 1.41.2
1+ 1.42.0
Original file line number Diff line number Diff line change @@ -25,21 +25,21 @@ jobs:
2525 username : ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}
2626 - uses : actions/setup-go@v5
2727 with :
28- go-version : " 1.23 "
28+ go-version : " 1.24 "
2929 - name : Install create-package
3030 run : |
3131 #!/usr/bin/env bash
3232
3333 set -euo pipefail
3434
3535 go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/create-package@latest
36- - uses : buildpacks/github-actions/setup-tools@v5.7.2
36+ - uses : buildpacks/github-actions/setup-tools@v5.8.9
3737 with :
38- crane-version : 0.19.1
38+ crane-version : 0.20.3
3939 yj-version : 5.1.0
40- - uses : buildpacks/github-actions/setup-pack@v5.7.2
40+ - uses : buildpacks/github-actions/setup-pack@v5.8.9
4141 with :
42- pack-version : 0.34.2
42+ pack-version : 0.36.4
4343 - name : Enable pack Experimental
4444 if : ${{ false }}
4545 run : |
@@ -208,7 +208,7 @@ jobs:
208208 DIGEST : ${{ steps.package.outputs.digest }}
209209 GITHUB_TOKEN : ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
210210 - if : ${{ true }}
211- uses : docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.7.2
211+ uses : docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.8.9
212212 with :
213213 address : docker.io/paketobuildpacks/executable-jar@${{ steps.package.outputs.digest }}
214214 id : paketo-buildpacks/executable-jar
Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ jobs:
1717 steps :
1818 - uses : actions/setup-go@v5
1919 with :
20- go-version : " 1.23 "
20+ go-version : " 1.24 "
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.7.2
28+ - uses : buildpacks/github-actions/setup-pack@v5.8.9
2929 with :
30- pack-version : 0.34.2
30+ pack-version : 0.36.4
3131 - name : Enable pack Experimental
3232 if : ${{ false }}
3333 run : |
@@ -182,7 +182,7 @@ jobs:
182182 restore-keys : ${{ runner.os }}-go-
183183 - uses : actions/setup-go@v5
184184 with :
185- go-version : " 1.23 "
185+ go-version : " 1.24 "
186186 - name : Install richgo
187187 run : |
188188 #!/usr/bin/env bash
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/setup-go@v5
1313 with :
14- go-version : " 1.23 "
14+ go-version : " 1.24 "
1515 - uses : actions/checkout@v4
1616 - name : Update Go Version & Modules
1717 id : update-go
4949 echo "commit-body=${COMMIT_BODY}" >> "$GITHUB_OUTPUT"
5050 echo "commit-semver=${COMMIT_SEMVER}" >> "$GITHUB_OUTPUT"
5151 env :
52- GO_VERSION : " 1.23 "
52+ GO_VERSION : " 1.24 "
5353 - uses : peter-evans/create-pull-request@v6
5454 with :
5555 author : ${{ secrets.JAVA_GITHUB_USERNAME }} <${{ secrets.JAVA_GITHUB_USERNAME }}@users.noreply.github.com>
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/setup-go@v5
1818 with :
19- go-version : " 1.23 "
19+ go-version : " 1.24 "
2020 - name : Install octo
2121 run : |
2222 #!/usr/bin/env bash
You can’t perform that action at this time.
0 commit comments