Skip to content

Don't force GOPROXY when generating docs#684

Merged
jetstack-bot merged 1 commit intocert-manager:masterfrom
SgtCoDFish:noproxyoverride
Aug 13, 2021
Merged

Don't force GOPROXY when generating docs#684
jetstack-bot merged 1 commit intocert-manager:masterfrom
SgtCoDFish:noproxyoverride

Conversation

@SgtCoDFish
Copy link
Member

Forcing the value is harmful in environments which use a local caching GOPROXY (such as my own 😁)

This is very similar to something we did in the main cert-manager repo: cert-manager/cert-manager@c86f20f

forcing the value is harmful in environments which use a local caching
GOPROXY

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
@jetstack-bot jetstack-bot added dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Aug 12, 2021
@netlify
Copy link

netlify bot commented Aug 12, 2021

✔️ Deploy Preview for cert-manager-website ready!

🔨 Explore the source changes: e27d08d

🔍 Inspect the deploy log: https://app.netlify.com/sites/cert-manager-website/deploys/611557fb86e2ee0008c4c59b

😎 Browse the preview: https://deploy-preview-684--cert-manager-website.netlify.app

@jetstack-bot jetstack-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 12, 2021
Copy link
Member

@wallrj wallrj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve
/lgtm

# Create fake GOPATH
echo "+++ Creating temporary GOPATH"
export GOPATH="${tmpdir}/go"
export GOPROXY="https://proxy.golang.org"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was probably added before this became the default

For versions earlier than Go 1.13, you can configure the go command to download modules using this module mirror by setting GOPROXY=https://proxy.golang.org.
-- https://proxy.golang.org/#EnvironmentSetup

@jetstack-bot jetstack-bot added the lgtm Indicates that a PR is ready to be merged. label Aug 13, 2021
@jetstack-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: SgtCoDFish, wallrj

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jetstack-bot jetstack-bot merged commit fe8f079 into cert-manager:master Aug 13, 2021
@SgtCoDFish SgtCoDFish deleted the noproxyoverride branch August 13, 2021 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants