build(deps): bump github.com/stretchr/testify from 1.12.0 to 1.12.1 in /pkg/app/pipedv1/plugin/cloudrun - #7253
Merged
armistcxy merged 1 commit intoAug 25, 2026
Conversation
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for pipecd-site canceled.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Cloud Run pipedv1 plugin’s Go module dependencies by bumping github.com/stretchr/testify from v1.12.0 to v1.12.1, aligning the plugin’s test dependency with the latest patch release and its updated YAML dependency chain.
Changes:
- Bump
github.com/stretchr/testifytov1.12.1in the Cloud Run plugin module. - Update transitive YAML dependency resolution by adding
go.yaml.in/yaml/v3 v3.0.5(indirect) and dropping the priorgopkg.in/yaml.v3indirect requirement. - Refresh
go.sumchecksums to match the updated module graph.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pkg/app/pipedv1/plugin/cloudrun/go.mod | Bumps testify to v1.12.1 and updates indirect YAML dependencies accordingly. |
| pkg/app/pipedv1/plugin/cloudrun/go.sum | Updates module checksums for testify v1.12.1 and go.yaml.in/yaml/v3 v3.0.5, removing superseded entries. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
armistcxy
approved these changes
Aug 25, 2026
armistcxy
deleted the
dependabot/go_modules/pkg/app/pipedv1/plugin/cloudrun/github.com/stretchr/testify-1.12.1
branch
August 25, 2026 23:56
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 github.com/stretchr/testify from 1.12.0 to 1.12.1.
Release notes
Sourced from github.com/stretchr/testify's releases.
Commits
959dbdaMerge pull request #1935 from harryzcy/yaml-update9bb7176Update go.yaml.in/yaml/v3 to v3.0.50358d0echange yaml library to go.yaml.in/yaml/v3Dependabot 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)