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

Fix v3 version #47

Open
wants to merge 2 commits into
base: fiber-v3
Choose a base branch
from
Open

Fix v3 version #47

wants to merge 2 commits into from

Conversation

kerak19
Copy link

@kerak19 kerak19 commented Mar 23, 2025

Applied some fixes for the v3 version. I'm not yet sure whether they're 100% correct

kerak19 added 2 commits March 23, 2025 15:26

Verified

This commit was signed with the committer’s verified signature.
kerak19 Kerak Lee

Verified

This commit was signed with the committer’s verified signature.
kerak19 Kerak Lee
@@ -1,27 +1,39 @@
module github.com/samber/slog-fiber

go 1.21
go 1.23
Copy link
Owner

Choose a reason for hiding this comment

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

is it possible to be backward compatible, down to go1.21 ?

Copy link
Author

Choose a reason for hiding this comment

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

Hey, I don't think so.

Newest Fiber V3 beta already uses go 1.23, so go mod tidy updates the version to lowest common denominator.

Without downgrading fiber/v3 version to v3.0.0-beta.2 it's not possible.

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