From 8b2d696f98ad364e34b8448912d8227c0c122add Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 29 Jun 2023 13:40:42 +0000 Subject: [PATCH] Bump pipeline from 1.32.0 to 1.33.0 Bumps pipeline from 1.32.0 to 1.33.0. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- .github/workflows/pb-update-go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index 359c410..7aa332e 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.32.0 +1.33.0 diff --git a/.github/workflows/pb-update-go.yml b/.github/workflows/pb-update-go.yml index 4935915..559dfdb 100644 --- a/.github/workflows/pb-update-go.yml +++ b/.github/workflows/pb-update-go.yml @@ -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