Skip to content

Commit 6700841

Browse files
committed
Updating github-config
1 parent 71ae262 commit 6700841

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/update-go-mod-version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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
@@ -54,7 +54,7 @@ jobs:
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 }}
@@ -70,7 +70,7 @@ jobs:
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:

scripts/.util/tools.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
}

0 commit comments

Comments
 (0)