Skip to content

chore(deps): Update go modules and/or dev-tools#253

Merged
apeabody merged 2 commits intomainfrom
renovate/go-modules-andor-dev-tools
Sep 12, 2025
Merged

chore(deps): Update go modules and/or dev-tools#253
apeabody merged 2 commits intomainfrom
renovate/go-modules-andor-dev-tools

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 8, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
cft/developer-tools minor 1.23 -> 1.25 age confidence
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test require patch v0.17.6 -> v0.17.9 age confidence
github.com/stretchr/testify require minor v1.10.0 -> v1.11.1 age confidence
go (source) toolchain minor 1.23.7 -> 1.24.7 age confidence

Release Notes

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

golang/go (go)

v1.24.7

v1.24.6

v1.24.5

v1.24.4

v1.24.3

v1.24.2

v1.24.1

v1.24.0

v1.23.11

v1.23.10

v1.23.9

v1.23.8


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Apr 8, 2025
@renovate renovate Bot requested review from a team, ayushmjain, imrannayer and q2w as code owners April 8, 2025 03:23
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 8, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 7e1524c to ccb801a Compare April 9, 2025 05:26
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 9, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from ccb801a to 7757432 Compare April 21, 2025 09:13
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 21, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 7757432 to fdd3ce3 Compare April 21, 2025 09:15
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 21, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from fdd3ce3 to 7768704 Compare April 22, 2025 05:53
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 22, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 7768704 to 3739b28 Compare April 28, 2025 17:05
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 28, 2025

/gcbrun

@renovate renovate Bot changed the title chore(deps): Update dependency go to v1.23.8 chore(deps): Update dependency go to v1.23.9 May 13, 2025
@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 3739b28 to c25ed47 Compare May 13, 2025 02:53
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 13, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from c25ed47 to 3b1b697 Compare May 20, 2025 22:09
@renovate renovate Bot changed the title chore(deps): Update dependency go to v1.23.9 chore(deps): Update go modules and/or dev-tools May 20, 2025
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 20, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 3b1b697 to 26dd4e5 Compare June 2, 2025 17:41
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Jun 2, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 26dd4e5 to 4469e42 Compare June 12, 2025 02:52
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jun 12, 2025

ℹ Artifact update notice

File name: test/integration/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 15 additional dependencies were updated

Details:

Package Change
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/gruntwork-io/terratest v0.48.2 -> v0.50.0
github.com/hashicorp/terraform-config-inspect v0.0.0-20250203082807-efaa306e97b4 -> v0.0.0-20250731202709-e8a84eebd3e7
github.com/hashicorp/terraform-json v0.24.0 -> v0.26.0
github.com/ulikunitz/xz v0.5.11 -> v0.5.14
github.com/zclconf/go-cty v1.15.1 -> v1.16.3
golang.org/x/crypto v0.32.0 -> v0.40.0
golang.org/x/mod v0.23.0 -> v0.27.0
golang.org/x/net v0.34.0 -> v0.42.0
golang.org/x/oauth2 v0.24.0 -> v0.27.0
golang.org/x/sync v0.11.0 -> v0.16.0
golang.org/x/sys v0.29.0 -> v0.34.0
google.golang.org/protobuf v1.35.1 -> v1.36.1
sigs.k8s.io/kustomize/kyaml v0.19.0 -> v0.20.1
sigs.k8s.io/yaml v1.4.0 -> v1.5.0

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Jun 12, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 4469e42 to 8907302 Compare July 15, 2025 02:42
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Jul 15, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 8907302 to 041f0a3 Compare July 24, 2025 05:43
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Jul 24, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 041f0a3 to 80178a3 Compare July 25, 2025 22:51
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Jul 25, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 80178a3 to b6b4756 Compare August 13, 2025 02:08
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Aug 13, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from b6b4756 to df7397f Compare August 22, 2025 17:25
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Aug 22, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from df7397f to d9fee7b Compare August 22, 2025 17:37
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Aug 22, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from d9fee7b to c9b955e Compare August 24, 2025 20:40
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Aug 24, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from c9b955e to 63e2133 Compare September 3, 2025 12:30
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Sep 3, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 63e2133 to 00be7d2 Compare September 10, 2025 02:37
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Sep 10, 2025

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 00be7d2 to 301b8c6 Compare September 12, 2025 19:05
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Sep 12, 2025

/gcbrun

@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Sep 12, 2025

/gcbrun

@apeabody apeabody enabled auto-merge (squash) September 12, 2025 23:20
@apeabody apeabody self-assigned this Sep 12, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Sep 12, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@apeabody apeabody merged commit 0fc3f71 into main Sep 12, 2025
7 checks passed
@apeabody apeabody deleted the renovate/go-modules-andor-dev-tools branch September 12, 2025 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants