diff options
author | Francis Lavoie <[email protected]> | 2022-03-25 14:56:29 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-25 14:56:29 -0400 |
commit | b4f1a713978f44b6f26721bd4eaa355164e3e6f4 (patch) | |
tree | 9e571704c4ce2759c1f29ee8e776a4192f23596d /README.md | |
parent | d06d0e79f839a26ab2cf81b00ba2d180623c57a9 (diff) | |
download | caddy-b4f1a713978f44b6f26721bd4eaa355164e3e6f4.tar.gz caddy-b4f1a713978f44b6f26721bd4eaa355164e3e6f4.zip |
chore: Bump minimum Go to 1.17 (#4662)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ For other install options, see https://caddyserver.com/docs/install. Requirements: -- [Go 1.16 or newer](https://golang.org/dl/) +- [Go 1.17 or newer](https://golang.org/dl/) ### For development |