Skip to content

Commit

Permalink
Merge pull request #496 from paketo-buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.18.0 to 1.19.0
  • Loading branch information
pivotal-david-osullivan authored Feb 15, 2022
2 parents 2137dd3 + 9f45e97 commit 46e3c1f
Show file tree
Hide file tree
Showing 26 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.0
1.19.0
6 changes: 3 additions & 3 deletions .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install create-package
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.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.21.1
PACK_VERSION: 0.24.0
- 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 @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install create-package
run: |
#!/usr/bin/env bash
Expand All @@ -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.21.1
PACK_VERSION: 0.24.0
- name: Enable pack Experimental
if: ${{ false }}
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-apache-tomcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-azure-application-insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-bellsoft-liberica.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-ca-certificates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-clojure-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-dist-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-encrypt-at-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-environment-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-executable-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-google-stackdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-image-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-jattach.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-java-memory-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-leiningen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install octo
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-procfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-sbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand All @@ -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.6.0
CRANE_VERSION: 0.8.0
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down
Loading

0 comments on commit 46e3c1f

Please sign in to comment.