diff options
author | Marten Seemann <[email protected]> | 2024-01-25 10:58:19 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-25 13:58:19 -0500 |
commit | 697cc593a17fcb39087161b058fc1dba8b767060 (patch) | |
tree | 7e83b299423272178716ccf631b9e7be3c580df4 /README.md | |
parent | 2fe69a828f9fcacc0160a576839d4b67c5730031 (diff) | |
download | caddy-697cc593a17fcb39087161b058fc1dba8b767060.tar.gz caddy-697cc593a17fcb39087161b058fc1dba8b767060.zip |
chore: Update quic-go to v0.41.0, bump Go minimum to 1.21 (#6043)
Co-authored-by: Francis Lavoie <[email protected]>
Co-authored-by: Matt Holt <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ See [our online documentation](https://caddyserver.com/docs/install) for other i Requirements: -- [Go 1.20 or newer](https://golang.org/dl/) +- [Go 1.21 or newer](https://golang.org/dl/) ### For development |