Skip to content

Commit

Permalink
Bump pipeline from 1.29.0 to 1.29.0
Browse files Browse the repository at this point in the history
Bumps pipeline from 1.29.0 to 1.29.0.

Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
buildpack-bot authored Jan 26, 2023
1 parent 0d48762 commit a022724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @buildpacks/platform-maintainers @buildpacks/toc
* @buildpacks/distribution-maintainers
4 changes: 2 additions & 2 deletions .github/workflows/pb-update-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.18"
- uses: actions/checkout@v3
- name: Update Go Version & Modules
id: update-go
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
echo "::set-output name=commit-body::${COMMIT_BODY}"
echo "::set-output name=commit-semver::${COMMIT_SEMVER}"
env:
GO_VERSION: "1.19"
GO_VERSION: "1.18"
- uses: peter-evans/create-pull-request@v4
with:
author: ${{ secrets.IMPLEMENTATION_GITHUB_USERNAME }} <${{ secrets.IMPLEMENTATION_GITHUB_USERNAME }}@users.noreply.github.com>
Expand Down

0 comments on commit a022724

Please sign in to comment.