Skip to content
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

go,goBuildModules: bump default go version to 1.18 #179622

Merged
merged 61 commits into from
Jul 15, 2022

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    f533896 View commit details
    Browse the repository at this point in the history
  2. cod: mark broken

    SuperSandro2000 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    00c2382 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9218033 View commit details
    Browse the repository at this point in the history
  4. mole: pin to go 1.17

    SuperSandro2000 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    a6819f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bc1fb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    131de2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    160ca82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e79ebaa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6404dda View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1dc954e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    71bafa9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    68ab5cf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    274005a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c62bf3d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    93ae75f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a7ae450 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dd94522 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    41509c5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f723bca View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    915092f View commit details
    Browse the repository at this point in the history
  21. photon: fix hash

    SuperSandro2000 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    1895289 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    49cdf78 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c38f917 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1ed70b8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ad6fd85 View commit details
    Browse the repository at this point in the history
  26. vgo2nix: mark broken

    SuperSandro2000 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    4c7e30a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a2965dc View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5a1504b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    16e37e8 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    cb4cf51 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    03a48db View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    491ce92 View commit details
    Browse the repository at this point in the history
  33. go_1_18: Use apple_sdk_11_0.callPackage

    Go 1.18 requires a newer SDK than the one we build from sources. As a
    workaround we're making use of the SDK we're using for aarch64-darwin.
    This means Go 1.18 will not work on any Darwin systems that don't have
    forwards-compatible SDK versions with the particular package in
    question. We might need to mark Go packages broken based on the macOS
    version rather than just the platform and architecture.
    
    Until we find a better solution, Go packages will need to make sure to
    get all their (Darwin) system dependencies from the `apple_sdk_11_0`,
    this includes dependencies of build tools like `xcbuild`.
    
    For convenience `darwin.apple_sdk_11_0` has a `callPackage` attribute
    which provides the correct `stdenv` and `xcbuild` attributes as
    arguments. This function can be expanded to substitute other necessary
    arguments when they come up.
    toonn authored and SuperSandro2000 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    00336e2 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d84ab45 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e54893a View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4482425 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    2c9658b View commit details
    Browse the repository at this point in the history
  38. kfctl: pin to go 1.17

    SuperSandro2000 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d231799 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6551082 View commit details
    Browse the repository at this point in the history
  40. safe: pin to go 1.17

    SuperSandro2000 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    4ac04d0 View commit details
    Browse the repository at this point in the history
  41. ssb: pin to go 1.17

    SuperSandro2000 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    433e3fd View commit details
    Browse the repository at this point in the history
  42. wrap: pin to go 1.17

    SuperSandro2000 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    3276319 View commit details
    Browse the repository at this point in the history
  43. wuzz: pin to go 1.17

    SuperSandro2000 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    72f672e View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    a2ed9eb View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    c15d664 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    1f283b0 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    081f6e2 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    c5f8c9b View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    7a93c88 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    507d13c View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    6ab206a View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    7fdbf85 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d3fbab0 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    e630e8b View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    429b106 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    4982ae7 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    3ea6502 View commit details
    Browse the repository at this point in the history
  58. zrepl: pin to go 1.17

    SuperSandro2000 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    3bed988 View commit details
    Browse the repository at this point in the history
  59. kcli: pin to go 1.17

    SuperSandro2000 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    e371e8b View commit details
    Browse the repository at this point in the history
  60. ncdns: mark broken

    SuperSandro2000 committed Jul 15, 2022
    3 Configuration menu
    Copy the full SHA
    4ddd633 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    bd2d654 View commit details
    Browse the repository at this point in the history