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 7dd68a8..c512f97 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