We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42efc69 commit 2624c39Copy full SHA for 2624c39
2 files changed
.github/workflows/pb-create-package.yml
@@ -32,7 +32,7 @@ jobs:
32
yj-version: 5.1.0
33
- uses: buildpacks/github-actions/setup-pack@v5.7.2
34
with:
35
- pack-version: 0.34.2
+ pack-version: 0.36.0
36
- name: Enable pack Experimental
37
if: ${{ false }}
38
run: |
go.mod
@@ -1,6 +1,6 @@
1
module github.com/initializ-buildpacks/procfile/v5
2
3
-go 1.23.2
+go 1.23.3
4
5
require (
6
github.com/buildpacks/libcnb v1.30.3
0 commit comments