diff options
author | Kévin Dunglas <[email protected]> | 2024-08-23 19:01:28 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-23 11:01:28 -0600 |
commit | 2028da4e74cd41f0f7f94222c6599da1a371d4b8 (patch) | |
tree | 9d29ec3f057d913a5daba11f98b42d80f9da3ed5 /README.md | |
parent | 4ade967005929e98ae2265d9d7c89b33f1ca951b (diff) | |
download | caddy-2028da4e74cd41f0f7f94222c6599da1a371d4b8.tar.gz caddy-2028da4e74cd41f0f7f94222c6599da1a371d4b8.zip |
ci: build and test with Go 1.23 (#6526)
* chore: build and test with Go 1.23
* ci: bump golangci-lint to v1.60
* fix: make properly wrap errors
* ci: remove Go 1.21
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.21 or newer](https://golang.org/dl/) +- [Go 1.22.3 or newer](https://golang.org/dl/) ### For development |