Skip to content

Commit c4a9765

Browse files
committed
pack v
1 parent f295d10 commit c4a9765

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
"https://github.com/buildpacks/pack/releases/download/v${PACK_VERSION}/pack-v${PACK_VERSION}-linux.tgz" \
6464
| tar -C "${HOME}"/bin -xz pack
6565
env:
66-
PACK_VERSION: 0.34.2
66+
PACK_VERSION: 0.36.0
6767
- name: Enable pack Experimental
6868
if: ${{ false }}
6969
run: |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/initializ-buildpacks/watchexec/v2
22

3-
go 1.23.2
3+
go 1.23.3
44

55
require (
66
github.com/buildpacks/libcnb v1.30.3

0 commit comments

Comments
 (0)