Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 18, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-go action minor v2.1.3 -> v2.2.0 age adoption passing confidence
github.com/stretchr/testify require minor v1.7.0 -> v1.10.0 age adoption passing confidence

Release Notes

actions/setup-go (actions/setup-go)

v2.2.0: Add check-latest input

Compare Source

In scope of this release we add the check-latest input. If check-latest is set to true, the action first checks if the cached version is the latest one. If the locally cached version is not the most up-to-date, a Go version will then be downloaded from go-versions repository. By default check-latest is set to false.
Example of usage:

steps:
  - uses: actions/checkout@v2
  - uses: actions/setup-go@v2
    with:
      go-version: '1.16'
      check-latest: true
  - run: go version

Moreover, we updated @actions/core from 1.2.6 to 1.6.0

v2.1.5

Compare Source

In scope of this release we updated matchers.json to improve the problem matcher pattern. For more information please refer to this pull request

v2.1.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v2.1.3...v2.1.4

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

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI

New Contributors

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

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.4...v1.9.0

v1.8.4

Compare Source

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.8.3...v1.8.4

v1.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.2...v1.8.3

v1.8.2

Compare Source

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.8.1...v1.8.2

v1.8.1

Compare Source

What's Changed

Full Changelog: stretchr/testify@v1.8.0...v1.8.1

v1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.5...v1.8.0

v1.7.5

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.4...v1.7.5

v1.7.4

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.3...v1.7.4

v1.7.3

Compare Source

What's Changed

Full Changelog: stretchr/testify@v1.7.2...v1.7.3

v1.7.2

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.1...v1.7.2

v1.7.1

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.0...v1.7.1


Configuration

📅 Schedule: Branch creation - "* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 renovate label May 18, 2024
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 8209517 to fc1e4dc Compare May 21, 2024 17:14
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from fc1e4dc to 3fd1b75 Compare June 4, 2024 19:23
@renovate
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: 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):

  • 1 additional dependency was updated

Details:

Package Change
gopkg.in/yaml.v3 v3.0.0 -> v3.0.1

@renovate renovate bot force-pushed the renovate/minor-and-patch branch 2 times, most recently from 10e7d17 to e288e00 Compare June 14, 2024 04:14
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from e288e00 to b1b225b Compare July 5, 2024 14:39
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 2 times, most recently from 2053de2 to c0371fc Compare August 7, 2024 06:31
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from c0371fc to 3638042 Compare September 5, 2024 19:12
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 3638042 to e9f6490 Compare October 4, 2024 18:25
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 2 times, most recently from f0ee932 to 97f09dc Compare November 8, 2024 19:43
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 97f09dc to 7deaf86 Compare November 23, 2024 13:25
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 7deaf86 to b9f1d3c Compare December 5, 2024 00:30
@renovate renovate bot changed the title chore(deps): update minor and patch fix(deps): update minor and patch Dec 10, 2024
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 2 times, most recently from 6cdaceb to 11d7718 Compare December 18, 2024 21:59
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 11d7718 to 02de687 Compare January 28, 2025 02:55
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 02de687 to 55e79e9 Compare April 3, 2025 10:46
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 55e79e9 to d0819d0 Compare April 3, 2025 10:48
@glooms glooms closed this Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants