go_1_14: set knownVulnerabilities

Support for Go 1.14 ended with the release of Go 1.16: https://golang.org/doc/devel/release.html#policy
This commit is contained in:
zowoq 2021-01-19 10:30:38 +10:00
parent 3a3721c585
commit a86974cf90

View file

@ -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"
];
};
}