Skip to content

Commit 85c6f42

Browse files
committed
Updating github-config
1 parent dc42a91 commit 85c6f42

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go-get-update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525

2626
- shell: bash
2727
run: |
28-
go get -u all
28+
go get -u -t ./...
2929
go mod tidy
3030
3131
- name: Commit
3232
id: commit
3333
uses: paketo-buildpacks/github-config/actions/pull-request/create-commit@main
3434
with:
35-
message: "Running 'go get -u all'"
35+
message: "Running 'go get -u -t ./...'"
3636
pathspec: "."
3737
keyid: ${{ secrets.PAKETO_BOT_GPG_SIGNING_KEY_ID }}
3838
key: ${{ secrets.PAKETO_BOT_GPG_SIGNING_KEY }}
@@ -48,5 +48,5 @@ jobs:
4848
uses: paketo-buildpacks/github-config/actions/pull-request/open@main
4949
with:
5050
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
51-
title: "Running 'go get -u all'"
51+
title: "Running 'go get -u -t ./...'"
5252
branch: automation/tools/go-get-update

0 commit comments

Comments
 (0)