Skip to content

Commit

Permalink
Merge pull request #439 from paketo-buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.19.0 to 1.19.0
  • Loading branch information
Daniel Mikusa authored Feb 16, 2022
2 parents e8d7091 + 9f418ed commit 338af38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 338af38

Please sign in to comment.