Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Use -mod=vendor #93

Merged
merged 1 commit into from
Jul 10, 2019

Conversation

ialidzhikov
Copy link
Contributor

What this PR does / why we need it:
For cmd/go the default behaviour in go modules is to look up the proper modules through the network. -mod=vendor prevents that and forces the use of vendor/.
Ref golang/go#27227

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Release note:

NONE

@ialidzhikov ialidzhikov added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Jul 10, 2019
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
@ialidzhikov ialidzhikov added reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Jul 10, 2019
Copy link
Contributor

@DockToFuture DockToFuture left a comment

Choose a reason for hiding this comment

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

/lgtm

@DockToFuture DockToFuture merged commit 9a01731 into gardener-attic:master Jul 10, 2019
@ialidzhikov ialidzhikov deleted the enh/use-mod-vendor branch July 10, 2019 13:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants