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

allow building newer go module versions #268

Merged
merged 1 commit into from
Apr 3, 2024
Merged

allow building newer go module versions #268

merged 1 commit into from
Apr 3, 2024

Conversation

thomasten
Copy link
Member

Since Go 1.21, the compiler enforces that its version is >= the highest version of all involved modules. This check includes the patch version. This is impractical within EGo, so we let the compiler print a warning instead.

Copy link

netlify bot commented Apr 3, 2024

Deploy Preview for ego-docs canceled.

Name Link
🔨 Latest commit dac9cf4
🔍 Latest deploy log https://app.netlify.com/sites/ego-docs/deploys/660d584ea180130008581c15

@thomasten thomasten requested a review from daniel-weisse April 3, 2024 13:42
@thomasten thomasten merged commit d9415aa into master Apr 3, 2024
7 checks passed
@thomasten thomasten deleted the newer branch April 3, 2024 14:48
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