1. 13 8月, 2020 1 次提交
  2. 05 8月, 2020 2 次提交
  3. 04 8月, 2020 3 次提交
  4. 28 7月, 2020 2 次提交
  5. 25 7月, 2020 1 次提交
  6. 24 7月, 2020 1 次提交
  7. 21 7月, 2020 3 次提交
  8. 18 7月, 2020 1 次提交
  9. 10 7月, 2020 1 次提交
  10. 09 7月, 2020 2 次提交
  11. 06 7月, 2020 2 次提交
  12. 02 7月, 2020 1 次提交
  13. 29 6月, 2020 1 次提交
  14. 19 6月, 2020 1 次提交
  15. 16 6月, 2020 1 次提交
  16. 30 5月, 2020 1 次提交
  17. 21 5月, 2020 1 次提交
  18. 18 5月, 2020 1 次提交
    • A
      Stop go bootstrap from using minikube modules · 9ecab2ae
      Anders F Björklund 提交于
      The go bootstrap procedure will try to find a "go.mod"
      in any parent directory of the current (build) directory.
      
      So eventually it will find the minikube go.mod (modules),
      and then choke because the bootstrap_go doesn't have HTTP.
      
      go: cloud.google.com/go@v0.45.1: no http in bootstrap go command
      
      Create an empty module file, just to keep it from hurting
      itself. It doesn't seem to be used anyway, so add anything.
      
      This is similar to the packages trying to find a git repository
      only to end up looking at buildroot's git repository instead.
      
      Except that this problem is even more silly (and fatal) than it.
      9ecab2ae
  19. 17 5月, 2020 1 次提交
  20. 13 5月, 2020 3 次提交
  21. 12 5月, 2020 1 次提交
  22. 08 5月, 2020 1 次提交
  23. 04 5月, 2020 1 次提交
  24. 30 4月, 2020 1 次提交
  25. 24 4月, 2020 2 次提交
  26. 23 4月, 2020 1 次提交
  27. 22 4月, 2020 2 次提交
  28. 21 4月, 2020 1 次提交