Skip to content

Commit

Permalink
Merge pull request #81 from paketo-buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.9.3 to 1.10.0
Daniel Mikusa authored May 27, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents bdc831c + 13feae5 commit 9316de8
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.3
1.10.0
6 changes: 3 additions & 3 deletions .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
username: _json_key
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- name: Install create-package
run: |
#!/usr/bin/env bash
@@ -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.1.4
CRANE_VERSION: 0.5.1
- name: Install pack
run: |
#!/usr/bin/env bash
@@ -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.15.0
PACK_VERSION: 0.18.1
- if: ${{ false }}
name: Enable pack Experimental
run: |
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -42,7 +42,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.15.0
PACK_VERSION: 0.18.1
- if: ${{ false }}
name: Enable pack Experimental
run: |
@@ -56,7 +56,7 @@ jobs:
echo "experimental = true" >> "${HOME}"/.pack/config.toml
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
@@ -146,7 +146,7 @@ jobs:
restore-keys: ${{ runner.os }}-go-
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- name: Install richgo
run: |
#!/usr/bin/env bash
@@ -165,7 +165,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.3
RICHGO_VERSION: 0.3.6
- name: Run Tests
run: |
#!/usr/bin/env bash
2 changes: 1 addition & 1 deletion .github/workflows/update-jdk-11.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- name: Install update-buildpack-dependency
run: |
#!/usr/bin/env bash
2 changes: 1 addition & 1 deletion .github/workflows/update-jdk-16.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- name: Install update-buildpack-dependency
run: |
#!/usr/bin/env bash
2 changes: 1 addition & 1 deletion .github/workflows/update-jdk-8.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- name: Install update-buildpack-dependency
run: |
#!/usr/bin/env bash
2 changes: 1 addition & 1 deletion .github/workflows/update-jre-11.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- name: Install update-buildpack-dependency
run: |
#!/usr/bin/env bash
2 changes: 1 addition & 1 deletion .github/workflows/update-jre-16.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- name: Install update-buildpack-dependency
run: |
#!/usr/bin/env bash
2 changes: 1 addition & 1 deletion .github/workflows/update-jre-8.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- name: Install update-buildpack-dependency
run: |
#!/usr/bin/env bash
2 changes: 1 addition & 1 deletion .github/workflows/update-jvmkill.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- name: Install update-buildpack-dependency
run: |
#!/usr/bin/env bash
2 changes: 1 addition & 1 deletion .github/workflows/update-pipeline.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.16"
- name: Install octo
run: |
#!/usr/bin/env bash

0 comments on commit 9316de8

Please sign in to comment.