File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed 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