-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use GOVENDOREXPERIMENT=1 from the start #6
Comments
luxas
changed the title
Use GOVENDOREXPERIMENT from the start
Use GOVENDOREXPERIMENT=1 from the start
Apr 18, 2016
I think we can close this. The initial work uses godep and go 1.6, so GOVENDOREXPERMIENT=1 by default :) |
s-urbaniak
pushed a commit
to s-urbaniak/minikube
that referenced
this issue
Oct 13, 2016
rkt: bump to v1.14.0
castlemilk
pushed a commit
to castlemilk/minikube
that referenced
this issue
Jun 29, 2019
# This is the 1st commit message: Fix doc comment version.gitCommitID doc # This is the commit message kubernetes#2: Add hyperkit doc # This is the commit message kubernetes#3: Add commit id to docker-machine-driver-kvm2 version # This is the commit message kubernetes#4: removed label selector for registry-proxy daemonset # This is the commit message kubernetes#5: Add support to custom qemu uri on kvm2 driver # This is the commit message kubernetes#6: Improve hyperkit vm stop # This is the commit message kubernetes#7: Make virtualbox DNS settings configurable # This is the commit message kubernetes#8: added integration tests for registry addon
ghost
mentioned this issue
Sep 30, 2019
This was referenced Dec 4, 2019
medyagh
pushed a commit
that referenced
this issue
Apr 18, 2020
Closed
klaases
pushed a commit
to klaases/minikube
that referenced
this issue
Apr 14, 2022
exclude kube-system from getting patches
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
godep
withGOVENDOREXPERMIENT
set to1
.Store files in
vendor/
(makesgodep
used only when adding/removing deps)Also, require
go1.6+
for buildingThe text was updated successfully, but these errors were encountered: