File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727 id : current-go-version
2828 uses : paketo-buildpacks/github-config/actions/update-go-mod-version@main
2929 with :
30- toolchain -version : ${{ steps.setup-go.outputs.go-version }}
30+ go -version : ${{ steps.setup-go.outputs.go-version }}
3131 - name : Go mod tidy
3232 run : |
3333 #!/usr/bin/env bash
5454 id : commit
5555 uses : paketo-buildpacks/github-config/actions/pull-request/create-commit@main
5656 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 }}"
5858 pathspec : " ."
5959 keyid : ${{ secrets.PAKETO_BOT_GPG_SIGNING_KEY_ID }}
6060 key : ${{ secrets.PAKETO_BOT_GPG_SIGNING_KEY }}
7070 uses : paketo-buildpacks/github-config/actions/pull-request/open@main
7171 with :
7272 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 }}"
7474 branch : automation/go-mod-update/update-main
7575
7676 failure :
Original file line number Diff line number Diff line change 11{
22 "crane" : " v0.20.3" ,
3- "jam" : " v2.11.1 " ,
4- "pack" : " v0.36.4 " ,
5- "syft" : " v1.20 .0"
3+ "jam" : " v2.11.2 " ,
4+ "pack" : " v0.37.0 " ,
5+ "syft" : " v1.22 .0"
66}
You can’t perform that action at this time.
0 commit comments