mholt / caddy-ratelimit

HTTP rate limiting module for Caddy 2
Apache License 2.0
254 stars 17 forks source link

downgrade the value of `go` directive in go.mod #49

Closed mohammed90 closed 6 months ago

mohammed90 commented 6 months ago

For all the reasons listed in caddyserver/zerossl#1, caddyserver/certmagic#289, and caddyserver/caddy#6318

mholt commented 6 months ago

For the record: it is news to me that as of Go 1.21, the Go toolchain treats the go directive as a minimum required version.

mohammed90 commented 6 months ago

You might need to do go mod tidy 😅 I should've marked this as draft