Skip to content

Commit

Permalink
Bump pipeline from 1.32.0 to 1.33.0 (#246)
Browse files Browse the repository at this point in the history
* Bump pipeline from 1.32.0 to 1.33.0

Bumps pipeline from 1.32.0 to 1.33.0.

Signed-off-by: GitHub <noreply@github.com>

* Update .github/workflows/pb-synchronize-labels.yml

Signed-off-by: Daniel Mikusa <dan@mikusa.com>

* Update .github/workflows/pb-tests.yml

Signed-off-by: Daniel Mikusa <dan@mikusa.com>

* Update .github/workflows/pb-update-draft-release.yml

Signed-off-by: Daniel Mikusa <dan@mikusa.com>

* Update .github/workflows/pb-update-pipeline.yml

Signed-off-by: Daniel Mikusa <dan@mikusa.com>

---------

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Daniel Mikusa <dan@mikusa.com>
Co-authored-by: buildpack-bot <buildpack-bot@users.noreply.github.com>
Co-authored-by: Daniel Mikusa <dan@mikusa.com>
  • Loading branch information
3 people committed Jul 7, 2023
1 parent 053fa62 commit 51c0f7c
Show file tree
Hide file tree
Showing 2 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.32.0
1.33.0
4 changes: 2 additions & 2 deletions .github/workflows/pb-update-go.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update Go
"on":
schedule:
- cron: 0 2 * * 1
- cron: 17 2 * * 1
workflow_dispatch: {}
jobs:
update:
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
go mod edit -go="$GO_VERSION"
go mod tidy
go get -u all
go get -u -t ./...
go mod tidy
git add go.mod go.sum
Expand Down

0 comments on commit 51c0f7c

Please sign in to comment.