From 026c7ea24f3bb6374295215616bbb6dc2e40aaca Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 29 Jun 2023 13:56:30 +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 359c4108..7aa332e4 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 0e81c16d..92defb9b 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