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

Bump Go version to 1.23 and upgrade golang.org/x/oauth2 to v0.27.0 #518

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

developerkunal
Copy link
Contributor

🔧 Changes

This PR bumps the Go version to 1.23.0 to align with our support policy and ensure compatibility with the latest language features and security updates.

Additionally, it upgrades golang.org/x/oauth2 to v0.27.0 to stay up to date with the latest OAuth2 improvements and fixes.

Changes include:

  • Updated go.mod to specify go 1.23.0.
  • Upgraded golang.org/x/oauth2 to v0.27.0.
  • Ran go mod tidy to clean up dependencies.

📚 References

N/A (No related issues or discussions, but the upgrade aligns with Go’s support policy).

🔬 Testing

  • Verified that the build and tests pass locally with Go 1.23.
  • Ensured no breaking changes were introduced by the OAuth2 upgrade.

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A).
  • I have added documentation for all new/changed functionality (or N/A).

@developerkunal developerkunal requested a review from a team as a code owner February 27, 2025 17:15
@codecov-commenter
Copy link

codecov-commenter commented Feb 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.46%. Comparing base (5d08847) to head (d08b89a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #518      +/-   ##
==========================================
- Coverage   95.61%   95.46%   -0.16%     
==========================================
  Files          57       58       +1     
  Lines       11269    11287      +18     
==========================================
  Hits        10775    10775              
- Misses        373      391      +18     
  Partials      121      121              

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

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