Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: c01ac3ed129f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4007ceb6afa4
Choose a head ref
  • 1 commit
  • 13 files changed
  • 1 contributor

Commits on Apr 29, 2020

  1. treewide get rid of go 1.12 (#83253)

    * treewide Drop unneeded go 1.12 overrides
    
    * Fix packr to be go module compatible.
    
    I updated to version 2.8.0 which is the latest on master.
    Then due to the 2 different sets of go modules which are used, I split
    the build into two different derivations, then merged them togethor
    using symlinkJoin to have the same output structure as the existing derivation.
    
    * Remove consul dependency on go1.12
    
    I updated the consul version to 1.7.2 and flipped it to building using
    modules.
    
    * Remove go1.12 from perkeep.
    
    Update the version to the latest unstable on master.
    
    * Update scaleway-cli to not be pinned to go1.12
    
    Switched the version to 1.20
    
    * Update prometheus-varnish-exporter to not depend on go1.12
    
    * Update lnd to build with go1.12
    
    Updated the version
    Forced only building subpackages with main to prevent panics over
    multiple modules in one repo
    
    * Remove go1.12 from openshift
    
    Had to update the version to 4.1.0 and do a bit of munging to get this
    to work
    
    * Remove go1.12 completely.
    
    These are no longer needed.
    
    * Update bazel-watcher and make it build with go 1.14
    c00w committed Apr 29, 2020
    Copy the full SHA
    4007ceb View commit details
    Browse the repository at this point in the history