diff options
author | Francis Lavoie <[email protected]> | 2021-08-16 23:56:20 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-16 21:56:20 -0600 |
commit | 6bc87ea2ff50a962f16dfafeb125f0f947c1a885 (patch) | |
tree | c9475329f07aacd43054edf24b37e1d9ad62f063 /README.md | |
parent | 1b1e625c201bdc2570dded6164e212f3abda902c (diff) | |
download | caddy-6bc87ea2ff50a962f16dfafeb125f0f947c1a885.tar.gz caddy-6bc87ea2ff50a962f16dfafeb125f0f947c1a885.zip |
ci: Start testing on Go 1.17, drop 1.15 (#4283)
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.15 or newer](https://golang.org/dl/) +- [Go 1.16 or newer](https://golang.org/dl/) ### For development |