diff --git a/.tekton/fulcio-pull-request.yaml b/.tekton/fulcio-pull-request.yaml index 2e9b23c67..d48f5d830 100644 --- a/.tekton/fulcio-pull-request.yaml +++ b/.tekton/fulcio-pull-request.yaml @@ -30,10 +30,10 @@ spec: value: . - name: revision value: '{{revision}}' - # - name: prefetch-input - # value: '{"type": "gomod", "path": "."}' - # - name: hermetic - # value: "true" + - name: prefetch-input + value: '{"type": "gomod", "path": "."}' + - name: hermetic + value: "true" - name: build-source-image value: "true" pipelineSpec: diff --git a/.tekton/fulcio-push.yaml b/.tekton/fulcio-push.yaml index d7aef1b08..aa5958800 100644 --- a/.tekton/fulcio-push.yaml +++ b/.tekton/fulcio-push.yaml @@ -27,10 +27,10 @@ spec: value: . - name: revision value: '{{revision}}' - # - name: prefetch-input - # value: '{"type": "gomod", "path": "."}' - # - name: hermetic - # value: "true" + - name: prefetch-input + value: '{"type": "gomod", "path": "."}' + - name: hermetic + value: "true" - name: build-source-image value: "true" pipelineSpec: diff --git a/go.mod b/go.mod index fb5a17c86..043bf95bd 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/sigstore/fulcio go 1.21 -toolchain go1.21.3 +// toolchain go1.21.3 require ( chainguard.dev/go-grpc-kit v0.17.2