Skip to content

Commit

Permalink
go_1_14: set knownVulnerabilities
Browse files Browse the repository at this point in the history
Support for Go 1.14 ended with the release of Go 1.16: https://golang.org/doc/devel/release.html#policy
  • Loading branch information
zowoq committed Feb 19, 2021
1 parent 3a3721c commit a86974c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/compilers/go/1.14.nix
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,8 @@ 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"
];
};
}

0 comments on commit a86974c

Please sign in to comment.