Skip to content

Commit

Permalink
cmd: Disable go1.23 tlskyber=1 experiment
Browse files Browse the repository at this point in the history
Compilation with go 1.24 fails with it, since the experiment has ended. We'll reintroduce post quantum soon.
  • Loading branch information
mholt committed Dec 19, 2024
1 parent 47391e4 commit 66c80ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/caddy/main.go
Original file line number Diff line number Diff line change
@@ -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
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 66c80ca

Please sign in to comment.