We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc42a91 commit 85c6f42Copy full SHA for 85c6f42
1 file changed
.github/workflows/go-get-update.yml
@@ -25,14 +25,14 @@ jobs:
25
26
- shell: bash
27
run: |
28
- go get -u all
+ go get -u -t ./...
29
go mod tidy
30
31
- name: Commit
32
id: commit
33
uses: paketo-buildpacks/github-config/actions/pull-request/create-commit@main
34
with:
35
- message: "Running 'go get -u all'"
+ message: "Running 'go get -u -t ./...'"
36
pathspec: "."
37
keyid: ${{ secrets.PAKETO_BOT_GPG_SIGNING_KEY_ID }}
38
key: ${{ secrets.PAKETO_BOT_GPG_SIGNING_KEY }}
@@ -48,5 +48,5 @@ jobs:
48
uses: paketo-buildpacks/github-config/actions/pull-request/open@main
49
50
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
51
- title: "Running 'go get -u all'"
+ title: "Running 'go get -u -t ./...'"
52
branch: automation/tools/go-get-update
0 commit comments