Skip to content

Bump golang.org/x/oauth2 from 0.0.0-20220223155221-ee480838109b to 0.27.0#87

Merged
gjkim42 merged 1 commit intomainfrom
dependabot/go_modules/golang.org/x/oauth2-0.27.0
Jul 18, 2025
Merged

Bump golang.org/x/oauth2 from 0.0.0-20220223155221-ee480838109b to 0.27.0#87
gjkim42 merged 1 commit intomainfrom
dependabot/go_modules/golang.org/x/oauth2-0.27.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2025

Bumps golang.org/x/oauth2 from 0.0.0-20220223155221-ee480838109b to 0.27.0.

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 18, 2025
@gjkim42 gjkim42 requested a review from Copilot July 18, 2025 22:49

This comment was marked as outdated.

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.0.0-20220223155221-ee480838109b to 0.27.0.
- [Commits](https://github.com/golang/oauth2/commits/v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.27.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@gjkim42 gjkim42 force-pushed the dependabot/go_modules/golang.org/x/oauth2-0.27.0 branch from 998739f to 1f414a4 Compare July 18, 2025 22:53
@gjkim42 gjkim42 requested a review from Copilot July 18, 2025 22:53

This comment was marked as outdated.

@gjkim42 gjkim42 requested a review from Copilot July 18, 2025 22:58
Copy link

Copilot AI left a comment

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 updates the golang.org/x/oauth2 dependency from version 0.0.0-20220223155221-ee480838109b to 0.27.0, addressing potential security vulnerabilities or compatibility issues as indicated by the Dependabot automation.

  • Updates oauth2 library from a pre-release version to stable version 0.27.0
  • Upgrades Go version from 1.19 to 1.23.0 in go.mod and CI workflow to 1.24.5
  • Removes deprecated google.golang.org/appengine dependency

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
go.mod Updates oauth2 dependency, Go version, and removes appengine dependency
.github/workflows/ci.yaml Updates CI workflow to use Go 1.24.5

module github.com/gjkim42/default-imagepullsecrets

go 1.19
go 1.23.0
Copy link

Copilot AI Jul 18, 2025

Choose a reason for hiding this comment

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

The Go version in go.mod is set to 1.23.0, but the CI workflow uses Go 1.24.5. This version mismatch could lead to inconsistent behavior between local development and CI environments. Consider aligning both versions.

Suggested change
go 1.23.0
go 1.24.5

Copilot uses AI. Check for mistakes.
@gjkim42 gjkim42 merged commit a58e7f2 into main Jul 18, 2025
5 checks passed
@gjkim42 gjkim42 deleted the dependabot/go_modules/golang.org/x/oauth2-0.27.0 branch July 18, 2025 22:59
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.

2 participants