File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments