Skip to content

chore(deps): bump golang.org/x/oauth2 from 0.36.0 to 0.37.0 - #59

Merged
jferrl merged 3 commits into
mainfrom
dependabot/go_modules/golang.org/x/oauth2-0.37.0
Sep 17, 2026
Merged

jferrl merged 3 commits into
mainfrom
dependabot/go_modules/golang.org/x/oauth2-0.37.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/oauth2 from 0.36.0 to 0.37.0.

Commits
  • c624b89 google: change the snake case endpoint to kebab-case
  • 09a82f6 all: upgrade go directive to at least 1.26.0 [generated]
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 14, 2026
@dependabot
dependabot Bot requested a review from jferrl as a code owner September 14, 2026 19:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 14, 2026
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
jferrl force-pushed the dependabot/go_modules/golang.org/x/oauth2-0.37.0 branch from b696836 to 82e5d79 Compare September 17, 2026 17:06
@codecov

codecov Bot commented Sep 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.44%. Comparing base (c96f6f1) to head (82e5d79).

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.
📢 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.

@jferrl
jferrl merged commit 6946fb3 into main Sep 17, 2026
10 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/golang.org/x/oauth2-0.37.0 branch September 17, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant