diff --git a/.github/workflows/go-get-update.yml b/.github/workflows/go-get-update.yml index a4f94ea..8d4ed3e 100644 --- a/.github/workflows/go-get-update.yml +++ b/.github/workflows/go-get-update.yml @@ -25,14 +25,14 @@ jobs: - shell: bash run: | - go get -u -t ./... + go get -u ./... go mod tidy - name: Commit id: commit uses: paketo-buildpacks/github-config/actions/pull-request/create-commit@main with: - message: "Running 'go get -u -t ./...'" + message: "Running 'go get -u ./...'" pathspec: "." keyid: ${{ secrets.PAKETO_BOT_GPG_SIGNING_KEY_ID }} key: ${{ secrets.PAKETO_BOT_GPG_SIGNING_KEY }} @@ -48,7 +48,7 @@ jobs: uses: paketo-buildpacks/github-config/actions/pull-request/open@main with: token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} - title: "Running 'go get -u -t ./...'" + title: "Running 'go get -u ./...'" branch: automation/tools/go-get-update failure: