File tree 6 files changed +17
-17
lines changed
6 files changed +17
-17
lines changed 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:
25
25
username : ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}
26
26
- uses : actions/setup-go@v5
27
27
with :
28
- go-version : " 1.23 "
28
+ go-version : " 1.24 "
29
29
- name : Install create-package
30
30
run : |
31
31
#!/usr/bin/env bash
32
32
33
33
set -euo pipefail
34
34
35
35
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
37
37
with :
38
- crane-version : 0.19.1
38
+ crane-version : 0.20.3
39
39
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
41
41
with :
42
- pack-version : 0.34.2
42
+ pack-version : 0.36.4
43
43
- name : Enable pack Experimental
44
44
if : ${{ false }}
45
45
run : |
@@ -208,7 +208,7 @@ jobs:
208
208
DIGEST : ${{ steps.package.outputs.digest }}
209
209
GITHUB_TOKEN : ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
210
210
- 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
212
212
with :
213
213
address : docker.io/paketobuildpacks/leiningen@${{ steps.package.outputs.digest }}
214
214
id : paketo-buildpacks/leiningen
Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ jobs:
17
17
steps :
18
18
- uses : actions/setup-go@v5
19
19
with :
20
- go-version : " 1.23 "
20
+ go-version : " 1.24 "
21
21
- name : Install create-package
22
22
run : |
23
23
#!/usr/bin/env bash
24
24
25
25
set -euo pipefail
26
26
27
27
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
29
29
with :
30
- pack-version : 0.34.2
30
+ pack-version : 0.36.4
31
31
- name : Enable pack Experimental
32
32
if : ${{ false }}
33
33
run : |
@@ -182,7 +182,7 @@ jobs:
182
182
restore-keys : ${{ runner.os }}-go-
183
183
- uses : actions/setup-go@v5
184
184
with :
185
- go-version : " 1.23 "
185
+ go-version : " 1.24 "
186
186
- name : Install richgo
187
187
run : |
188
188
#!/usr/bin/env bash
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/setup-go@v5
13
13
with :
14
- go-version : " 1.23 "
14
+ go-version : " 1.24 "
15
15
- uses : actions/checkout@v4
16
16
- name : Update Go Version & Modules
17
17
id : update-go
49
49
echo "commit-body=${COMMIT_BODY}" >> "$GITHUB_OUTPUT"
50
50
echo "commit-semver=${COMMIT_SEMVER}" >> "$GITHUB_OUTPUT"
51
51
env :
52
- GO_VERSION : " 1.23 "
52
+ GO_VERSION : " 1.24 "
53
53
- uses : peter-evans/create-pull-request@v6
54
54
with :
55
55
author : ${{ secrets.JAVA_GITHUB_USERNAME }} <${{ secrets.JAVA_GITHUB_USERNAME }}@users.noreply.github.com>
Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ jobs:
11
11
steps :
12
12
- uses : actions/setup-go@v5
13
13
with :
14
- go-version : " 1.23 "
14
+ go-version : " 1.24 "
15
15
- name : Install update-buildpack-dependency
16
16
run : |
17
17
#!/usr/bin/env bash
18
18
19
19
set -euo pipefail
20
20
21
21
go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/update-buildpack-dependency@latest
22
- - uses : buildpacks/github-actions/setup-tools@v5.7.2
22
+ - uses : buildpacks/github-actions/setup-tools@v5.8.9
23
23
with :
24
- crane-version : 0.19.1
24
+ crane-version : 0.20.3
25
25
yj-version : 5.1.0
26
26
- uses : actions/checkout@v4
27
27
- id : dependency
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/setup-go@v5
18
18
with :
19
- go-version : " 1.23 "
19
+ go-version : " 1.24 "
20
20
- name : Install octo
21
21
run : |
22
22
#!/usr/bin/env bash
You can’t perform that action at this time.
0 commit comments