Skip to content

Commit

Permalink
add support for multiple go.mod files
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPowr committed Sep 26, 2023
1 parent 5e57567 commit 7b846c6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .tekton/backfill-redis-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
- default: "gomod"
- default: [{"path": ".", "type": "gomod"}, {"path": "./hack/tools", "type": "gomod"}]
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
Expand Down
2 changes: 1 addition & 1 deletion .tekton/backfill-redis-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
- default: "gomod"
- default: [{"path": ".", "type": "gomod"}, {"path": "./hack/tools", "type": "gomod"}]
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
Expand Down
2 changes: 1 addition & 1 deletion .tekton/rekor-cli-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
- default: "gomod"
- default: [{"path": ".", "type": "gomod"}, {"path": "./hack/tools", "type": "gomod"}]
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
Expand Down
2 changes: 1 addition & 1 deletion .tekton/rekor-cli-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
- default: "gomod"
- default: [{"path": ".", "type": "gomod"}, {"path": "./hack/tools", "type": "gomod"}]
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
Expand Down
2 changes: 1 addition & 1 deletion .tekton/rekor-server-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
- default: "gomod"
- default: [{"path": ".", "type": "gomod"}, {"path": "./hack/tools", "type": "gomod"}]
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
Expand Down
2 changes: 1 addition & 1 deletion .tekton/rekor-server-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
description: Execute the build with network isolation
name: hermetic
type: string
- default: "gomod"
- default: [{"path": ".", "type": "gomod"}, {"path": "./hack/tools", "type": "gomod"}]
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
type: string
Expand Down

0 comments on commit 7b846c6

Please sign in to comment.