diff options
author | Francis Lavoie <[email protected]> | 2021-02-18 07:09:49 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-18 07:09:49 -0500 |
commit | 5376e5113e25d85725e1f64d06a288700a50bbaa (patch) | |
tree | 9bfa0a451fb767830e9a6289981ba52fda5ebd4b /README.md | |
parent | ec3ac840cf09ec43b9130b41a46c07827b2ff0b6 (diff) | |
download | caddy-5376e5113e25d85725e1f64d06a288700a50bbaa.tar.gz caddy-5376e5113e25d85725e1f64d06a288700a50bbaa.zip |
ci: Build and test on Go 1.16, bump minimum to 1.15 (#4024)
* ci: Build and test on Go 1.16
* ci: Drop Go 1.14 support
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/download. Requirements: -- [Go 1.14 or newer](https://golang.org/dl/) +- [Go 1.15 or newer](https://golang.org/dl/) ### For development |