diff --git a/.github/workflows/ubuntu-tests.yaml b/.github/workflows/ubuntu-tests.yaml index 7ab2b5e..bd352c4 100644 --- a/.github/workflows/ubuntu-tests.yaml +++ b/.github/workflows/ubuntu-tests.yaml @@ -126,6 +126,8 @@ jobs: - name: Download Go modules run: go mod download -x + env: + GOINSECURE: go.opencensus.io working-directory: containers/toolbox/src - name: Set up build directory diff --git a/playbooks/dependencies-centos-9-stream.yaml b/playbooks/dependencies-centos-9-stream.yaml index 64c7ea1..92c38e7 100644 --- a/playbooks/dependencies-centos-9-stream.yaml +++ b/playbooks/dependencies-centos-9-stream.yaml @@ -40,6 +40,8 @@ - name: Download Go modules command: go mod download -x + environment: + GOINSECURE: go.opencensus.io args: chdir: '{{ zuul.project.src_dir }}/src' diff --git a/playbooks/dependencies-fedora-restricted.yaml b/playbooks/dependencies-fedora-restricted.yaml index 7463f0e..13973b6 100644 --- a/playbooks/dependencies-fedora-restricted.yaml +++ b/playbooks/dependencies-fedora-restricted.yaml @@ -67,6 +67,8 @@ - name: Download Go modules command: go mod download -x + environment: + GOINSECURE: go.opencensus.io args: chdir: '{{ zuul.project.src_dir }}/src' diff --git a/playbooks/dependencies-fedora.yaml b/playbooks/dependencies-fedora.yaml index c22e635..2ef9ea2 100644 --- a/playbooks/dependencies-fedora.yaml +++ b/playbooks/dependencies-fedora.yaml @@ -41,6 +41,8 @@ - name: Download Go modules command: go mod download -x + environment: + GOINSECURE: go.opencensus.io args: chdir: '{{ zuul.project.src_dir }}/src'