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: remove unnecessary toolchain includes and set the minimum Go version to 1.22 #134

Merged
merged 2 commits into from
Jan 23, 2025

Conversation

bednar
Copy link
Member

@bednar bednar commented Jan 22, 2025

Closes #133

Proposed Changes

Drop "minimum virus" which comes from grpc-go ... for more info see #133.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • Tests pass
  • Commit messages are conventional
  • Sign CLA (if not already signed)

…sion to 1.22

Closes #133 

Drop "minimum virus" from grpc-go
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.11%. Comparing base (aa75584) to head (ac18aef).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #134   +/-   ##
=======================================
  Coverage   88.11%   88.11%           
=======================================
  Files          15       15           
  Lines        1346     1346           
=======================================
  Hits         1186     1186           
  Misses        134      134           
  Partials       26       26           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@majew7 majew7 left a comment

Choose a reason for hiding this comment

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

Looks good @bednar. Yes, it looks to revert the go.mod minimum Go version accidentally formed: #115

And it appears that google.golang.org/grpc v1.68.0 is still in go.mod. Do you need to retrieve google.golang.org/grpc v1.69.x too? Or perhaps v.68.1?

I saw a patch release on grpc-go/releases
image

What are your thoughts?

@bednar
Copy link
Member Author

bednar commented Jan 22, 2025

@majew7 go.mod contains v1.69.4 ... see:

influxdb3-go/go.mod

Lines 10 to 11 in 5714129

google.golang.org/grpc v1.69.4
google.golang.org/protobuf v1.36.3

@majew7
Copy link

majew7 commented Jan 22, 2025

Got it! I realize I made a interpretation mistake.

image

Copy link

@majew7 majew7 left a comment

Choose a reason for hiding this comment

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

Thanks

@bednar bednar requested a review from karel-rehor January 23, 2025 07:21
@bednar bednar merged commit 84e0f24 into main Jan 23, 2025
12 checks passed
@bednar bednar deleted the bednar-patch-1 branch January 23, 2025 10:15
@karel-rehor karel-rehor added this to the 2.2.0 milestone Feb 3, 2025
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.

"Minimum Virus": Please Support 1.22 Without Patch Version Requirement
4 participants