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 #289

Merged
merged 2 commits into from
May 15, 2024
Merged

Conversation

mohammed90
Copy link
Member

@mohammed90 mohammed90 commented May 15, 2024

This currently does not work because it requires caddyserver/zerossl#1 to be merged first. That dependency forced this module to upgrade its minimum Go version. That is not needed, and it's causing pains due to mis-synchronization with other parts of Caddy ecosystem. Once caddyserver/zerossl#1 is merged, the dependency here can be updated to use the next patch release of the zerossl package, then do go mod tidy and set this PR to be ready.

Depends on caddyserver/zerossl#1

@mholt
Copy link
Member

mholt commented May 15, 2024

I've pushed v0.1.3 of the zerossl package which has the lower go version in go.mod; do we need to upgrade that dep in this PR?

@mohammed90
Copy link
Member Author

do we need to upgrade that dep in this PR?

Yes. I'm mobile right now. If you can do it, go for it. Otherwise, it's just as upgrade of zersl then go mod tidy.

@mholt
Copy link
Member

mholt commented May 15, 2024

I get "permission denied" when trying to push

Copy link
Member

@mholt mholt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing the permission issue!

@mholt mholt marked this pull request as ready for review May 15, 2024 19:19
@mholt mholt merged commit 6e96d7c into caddyserver:master May 15, 2024
6 checks passed
@mohammed90 mohammed90 deleted the min-go-version branch May 15, 2024 19:20
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.

None yet

2 participants