Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

downgrade minimum Go version #1

Merged
merged 1 commit into from
May 15, 2024
Merged

Conversation

mohammed90
Copy link
Member

The go directive is set to the current version on the system where the module was created. It defines the minimum accepted version of Go to set the language semantics. This dep forced certmagic minimum Go to increase to 1.22, which cascaded to Caddy requiring Go 1.22. None of them require the upgrade. Using lower version in this line does not block building with newer Go versions. It does cause pain in building, as reported on various modules trying to use the builder variant of the Caddy docker image.

It's best to keep this at 1.21 for now, until the new Docker images have the newer version of Go, then we can move this value up (if important).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants