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-02-20 08:09:59 +10:00
parent 3a3721c585
commit a86974cf90
+3
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"
];
};
}