File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 :
You can’t perform that action at this time.
0 commit comments