diff options
author | Marten Seemann <[email protected]> | 2019-11-06 14:30:29 +0700 |
---|---|---|
committer | Matt Holt <[email protected]> | 2019-11-06 00:30:29 -0700 |
commit | aa94f2b802e87fe42241758fb7cf6282b26d2396 (patch) | |
tree | b88c73b647c6c6c53c0697a1da4ffa904761c7f7 /README.md | |
parent | 3f9a431100e9948ded6f4b1d2501f3564baef68e (diff) | |
download | caddy-aa94f2b802e87fe42241758fb7cf6282b26d2396.tar.gz caddy-aa94f2b802e87fe42241758fb7cf6282b26d2396.zip |
update quic-go to v0.13.0 (#2862)
This version supports IETF QUIC draft-23.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ Caddy binaries have no dependencies and are available for every platform. Get Ca ## Build -To build from source you need **[Git](https://git-scm.com/downloads)** and **[Go](https://golang.org/doc/install)** (1.12 or newer). +To build from source you need **[Git](https://git-scm.com/downloads)** and **[Go](https://golang.org/doc/install)** (1.13 or newer). **To build Caddy without plugins:** |