File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
id : current-go-version
28
28
uses : paketo-buildpacks/github-config/actions/update-go-mod-version@main
29
29
with :
30
- toolchain -version : ${{ steps.setup-go.outputs.go-version }}
30
+ go -version : ${{ steps.setup-go.outputs.go-version }}
31
31
- name : Go mod tidy
32
32
run : |
33
33
#!/usr/bin/env bash
54
54
id : commit
55
55
uses : paketo-buildpacks/github-config/actions/pull-request/create-commit@main
56
56
with :
57
- message : " Updates go mod toolchain version to ${{ steps.setup-go.outputs.go-version }}"
57
+ message : " Updates go mod version to ${{ steps.setup-go.outputs.go-version }}"
58
58
pathspec : " ."
59
59
keyid : ${{ secrets.PAKETO_BOT_GPG_SIGNING_KEY_ID }}
60
60
key : ${{ secrets.PAKETO_BOT_GPG_SIGNING_KEY }}
70
70
uses : paketo-buildpacks/github-config/actions/pull-request/open@main
71
71
with :
72
72
token : ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
73
- title : " Updates go mod toolchain version to ${{ steps.setup-go.outputs.go-version }}"
73
+ title : " Updates go mod version to ${{ steps.setup-go.outputs.go-version }}"
74
74
branch : automation/go-mod-update/update-main
75
75
76
76
failure :
You can’t perform that action at this time.
0 commit comments