We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f295d10 commit c4a9765Copy full SHA for c4a9765
.github/workflows/pb-create-package.yml
@@ -63,7 +63,7 @@ jobs:
63
"https://github.com/buildpacks/pack/releases/download/v${PACK_VERSION}/pack-v${PACK_VERSION}-linux.tgz" \
64
| tar -C "${HOME}"/bin -xz pack
65
env:
66
- PACK_VERSION: 0.34.2
+ PACK_VERSION: 0.36.0
67
- name: Enable pack Experimental
68
if: ${{ false }}
69
run: |
go.mod
@@ -1,6 +1,6 @@
1
module github.com/initializ-buildpacks/watchexec/v2
2
3
-go 1.23.2
+go 1.23.3
4
5
require (
6
github.com/buildpacks/libcnb v1.30.3
0 commit comments