Skip to content

Commit 66c80ca

Browse files
committed
cmd: Disable go1.23 tlskyber=1 experiment
Compilation with go 1.24 fails with it, since the experiment has ended. We'll reintroduce post quantum soon.
1 parent 47391e4 commit 66c80ca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmd/caddy/main.go

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// The below line is required to enable post-quantum key agreement in Go 1.23
2-
// by default without insisting on setting a minimum version of 1.23 in go.mod.
3-
// See https://github.com/caddyserver/caddy/issues/6540#issuecomment-2313094905
4-
//go:debug tlskyber=1
5-
61
// Copyright 2015 Matthew Holt and The Caddy Authors
72
//
83
// Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)