Skip to content

Commit

Permalink
Merge pull request #117 from 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
ekcasey authored Feb 25, 2022
2 parents fdc252a + 714a5dc commit bc167dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion .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.16"
go-version: "1.17"
- name: Install richgo
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

0 comments on commit bc167dd

Please sign in to comment.