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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c44719f5bef7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e9adbcd0ed69
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 21, 2021

  1. Revert "go_1_14: set knownVulnerabilities"

    This reverts commit 38eaa62.
    zowoq committed Feb 21, 2021
    Copy the full SHA
    e9adbcd View commit details
Showing with 0 additions and 3 deletions.
  1. +0 −3 pkgs/development/compilers/go/1.14.nix
3 changes: 0 additions & 3 deletions pkgs/development/compilers/go/1.14.nix
Original file line number Diff line number Diff line change
@@ -248,8 +248,5 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
maintainers = teams.golang.members;
platforms = platforms.linux ++ platforms.darwin;
knownVulnerabilities = [
"Support for Go 1.14 ended with the release of Go 1.16: https://golang.org/doc/devel/release.html#policy"
];
};
}