Skip to content

Commit 3141a8e

Browse files
teleport: mark as broken
Newer versions including relevant security fixes need newer Go versions to compile. These will not reach release-24.11 anymore (I confirmed with the staging team), so better mark teleport broken here. Users can upgrade to 25.05 or just pull teleport from there as intermediate.
1 parent 5e70f6a commit 3141a8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/servers/teleport/generic.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,5 +265,8 @@ buildGoModule rec {
265265
broken =
266266
stdenv.hostPlatform.parsed.cpu.bits < 64
267267
|| (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64);
268+
knownVulnerabilities = [
269+
"Security fixes need a newer Go version in the toolchain, which will not be available in 24.11."
270+
];
268271
};
269272
}

0 commit comments

Comments
 (0)