chore(deps): bump golang.org/x/oauth2 from 0.36.0 to 0.37.0 - #59
Merged
Merged
Conversation
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.36.0 to 0.37.0. - [Commits](golang/oauth2@v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
golang.org/x/oauth2 v0.37.0 raised its go directive to 1.26.0, which
forces this module's go directive to 1.26.0 as well. Two CI jobs were
still pinned below that and failed:
- tests ran a 1.25.x matrix with GOTOOLCHAIN=local, so the toolchain
refused the module ("go.mod requires go >= 1.26.0").
- golangci-lint v2.4.0 is built with go1.25 and refuses to load a config
targeting a newer Go than its own build.
Move the test matrix to the two Go versions upstream still supports
(1.26.x, 1.27.x) and bump golangci-lint to v2.13.2, which is built with
go1.26. Coverage upload follows the newest version in the matrix.
README now states the new minimum. go-github, which most users pair this
with, already requires 1.26.0, and Go 1.25 is end of life.
jferrl
force-pushed
the
dependabot/go_modules/golang.org/x/oauth2-0.37.0
branch
from
September 17, 2026 17:06
b696836 to
82e5d79
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #59 +/- ##
==========================================
+ Coverage 94.15% 96.44% +2.28%
==========================================
Files 4 4
Lines 325 281 -44
==========================================
- Hits 306 271 -35
+ Misses 12 10 -2
+ Partials 7 0 -7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
jferrl
approved these changes
Sep 17, 2026
dependabot
Bot
deleted the
dependabot/go_modules/golang.org/x/oauth2-0.37.0
branch
September 17, 2026 17:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps golang.org/x/oauth2 from 0.36.0 to 0.37.0.
Commits
c624b89google: change the snake case endpoint to kebab-case09a82f6all: upgrade go directive to at least 1.26.0 [generated]Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)