File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// This is a generated file. Do not edit directly.
2
2
3
- go 1.23
3
+ go 1.24
4
4
5
- toolchain go1.23.6
5
+ toolchain go1.24.1
6
6
7
7
use (
8
8
.
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ function bom_pass {
483
483
run cp go.sum go.sum.tmp || return 2
484
484
run cp go.mod go.mod.tmp || return 2
485
485
486
- output=$( GOFLAGS=-mod=mod run_go_tool github.com/appscodelabs/license-bill-of-materials \
486
+ output=$( run_go_tool github.com/appscodelabs/license-bill-of-materials \
487
487
--override-file ./bill-of-materials.override.json \
488
488
" ${modules[@]} " )
489
489
code=" $? "
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function bom_fixlet {
14
14
# shellcheck disable=SC2207
15
15
modules=($( modules_for_bom) )
16
16
17
- if GOFLAGS=-mod=mod run_go_tool " github.com/appscodelabs/license-bill-of-materials" \
17
+ if run_go_tool " github.com/appscodelabs/license-bill-of-materials" \
18
18
--override-file ./bill-of-materials.override.json \
19
19
" ${modules[@]} " > ./bill-of-materials.json.tmp; then
20
20
cp ./bill-of-materials.json.tmp ./bill-of-materials.json
You can’t perform that action at this time.
0 commit comments