mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-26 05:33:49 +03:00
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.
This commit is contained in:
parent
47391e4ec7
commit
66c80caf23
1 changed files with 0 additions and 5 deletions
|
@ -1,8 +1,3 @@
|
||||||
// The below line is required to enable post-quantum key agreement in Go 1.23
|
|
||||||
// by default without insisting on setting a minimum version of 1.23 in go.mod.
|
|
||||||
// See https://github.com/caddyserver/caddy/issues/6540#issuecomment-2313094905
|
|
||||||
//go:debug tlskyber=1
|
|
||||||
|
|
||||||
// Copyright 2015 Matthew Holt and The Caddy Authors
|
// Copyright 2015 Matthew Holt and The Caddy Authors
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|
Loading…
Reference in a new issue