Skip to content

Commit

Permalink
Merge pull request #66 from paketo-buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.12.0 to 1.12.1
  • Loading branch information
Daniel Mikusa authored Nov 4, 2021
2 parents 9613a9a + 1c2c65b commit 788ddac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
1.12.1
4 changes: 2 additions & 2 deletions .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
"https://github.com/google/go-containerregistry/releases/download/v${CRANE_VERSION}/go-containerregistry_Linux_x86_64.tar.gz" \
| tar -C "${HOME}/bin" -xz crane
env:
CRANE_VERSION: 0.5.1
CRANE_VERSION: 0.6.0
- name: Install pack
run: |
#!/usr/bin/env bash
Expand All @@ -63,7 +63,7 @@ jobs:
"https://github.com/buildpacks/pack/releases/download/v${PACK_VERSION}/pack-v${PACK_VERSION}-linux.tgz" \
| tar -C "${HOME}"/bin -xz pack
env:
PACK_VERSION: 0.18.1
PACK_VERSION: 0.21.1
- name: Enable pack Experimental
if: ${{ false }}
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
"https://github.com/buildpacks/pack/releases/download/v${PACK_VERSION}/pack-v${PACK_VERSION}-linux.tgz" \
| tar -C "${HOME}"/bin -xz pack
env:
PACK_VERSION: 0.18.1
PACK_VERSION: 0.21.1
- name: Enable pack Experimental
if: ${{ false }}
run: |
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
"https://github.com/kyoh86/richgo/releases/download/v${RICHGO_VERSION}/richgo_${RICHGO_VERSION}_linux_amd64.tar.gz" \
| tar -C "${HOME}"/bin -xz richgo
env:
RICHGO_VERSION: 0.3.6
RICHGO_VERSION: 0.3.9
- name: Run Tests
run: |
#!/usr/bin/env bash
Expand Down

0 comments on commit 788ddac

Please sign in to comment.