Skip to content

Commit 972a45b

Browse files
committed
Updating github-config
1 parent 97c24ae commit 972a45b

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -974,13 +974,13 @@ jobs:
974974
if: ${{ !cancelled() && !failure() && needs.create_stack.result != 'skipped' }}
975975
runs-on: ubuntu-24.04
976976
steps:
977+
- name: Checkout
978+
uses: actions/checkout@v4
979+
977980
- name: Setup Go
978981
uses: actions/setup-go@v5
979982
with:
980-
go-version: stable
981-
982-
- name: Checkout
983-
uses: actions/checkout@v4
983+
go-version-file: go.mod
984984

985985
- name: Download Build Image(s)
986986
uses: actions/download-artifact@v4

.github/workflows/test-pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
name: Acceptance Test
1111
runs-on: ubuntu-24.04
1212
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v4
15+
1316
- name: Setup Go
1417
uses: actions/setup-go@v5
1518
with:
16-
go-version: 'stable'
17-
18-
- name: Checkout
19-
uses: actions/checkout@v4
19+
go-version-file: go.mod
2020

2121
# https://github.com/docker/setup-qemu-action
2222
- name: Set up QEMU

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: setup-go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: 'stable'
25+
go-version-file: go.mod
2626
- name: Get current go toolchain version
2727
id: current-go-version
2828
uses: paketo-buildpacks/github-config/actions/update-go-mod-version@main

scripts/.util/tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"crane": "v0.20.6",
33
"jam": "v2.13.0",
44
"pack": "v0.38.2",
5-
"syft": "v1.30.0"
5+
"syft": "v1.31.0"
66
}

0 commit comments

Comments
 (0)