Skip to content

Commit

Permalink
Merge pull request #59 from buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.9.3 to 1.10.0
  • Loading branch information
ekcasey authored Jun 4, 2021
2 parents 53bcfba + 297a22f commit 767778e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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
Expand All @@ -37,7 +37,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
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.15"
go-version: "1.16"
- name: Install octo
run: |
#!/usr/bin/env bash
Expand Down

0 comments on commit 767778e

Please sign in to comment.