Skip to content

chore: upgrade go and x/crypto package#56

Merged
creativeprojects merged 1 commit into
mainfrom
upgrade-go1.25
Jul 8, 2026
Merged

chore: upgrade go and x/crypto package#56
creativeprojects merged 1 commit into
mainfrom
upgrade-go1.25

Conversation

@creativeprojects

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings July 8, 2026 15:55
@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.83%. Comparing base (eb6d9af) to head (6420180).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #56      +/-   ##
==========================================
- Coverage   76.95%   76.83%   -0.12%     
==========================================
  Files          28       28              
  Lines        1167     1161       -6     
==========================================
- Hits          898      892       -6     
  Misses        218      218              
  Partials       51       51              
Flag Coverage Δ
unittests 76.83% <100.00%> (-0.12%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR upgrades the module’s Go version and refreshes several dependencies (notably google/go-github and x/crypto), while also updating CI tooling (GitHub Actions and golangci-lint) to match.

Changes:

  • Bumped Go version and updated Go module dependencies (go.mod / go.sum), including github.com/google/go-github to v86.
  • Refactored GitHub client creation to use go-github’s newer auth/enterprise helpers and removed the oauth2-based helper client.
  • Updated CI workflow and local lint tooling versions (Actions, codecov action, golangci-lint).

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
package.go Removes //nolint:contextcheck suppressions from wrapper APIs.
Makefile Updates the golangci-lint download tag to v2.12.2.
go.sum Refreshes dependency checksums after module upgrades.
go.mod Updates Go version and bumps key dependencies (go-github, x/crypto, gitlab client, etc.).
github_source.go Migrates GitHub client setup to go-github/v86 APIs and drops oauth2 client helper.
github_release.go Updates import path for go-github/v86.
cmd/serve-repo/logger.go Removes gosec suppression on request logging.
.github/workflows/build.yml Updates Go matrix, checkout/codecov actions, and golangci-lint version used in CI.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread cmd/serve-repo/logger.go
@creativeprojects creativeprojects merged commit 27a5f17 into main Jul 8, 2026
9 checks passed
@creativeprojects creativeprojects deleted the upgrade-go1.25 branch July 8, 2026 15:59
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