[PR #2655] [MERGED] build(deps): bump gotest.tools/v3 from 3.5.1 to 3.5.2 #2538

Closed
opened 2026-03-01 21:55:52 +03:00 by kerem Ā· 0 comments
Owner

šŸ“‹ Pull Request Information

Original PR: https://github.com/nektos/act/pull/2655
Author: @dependabot[bot]
Created: 2/10/2025
Status: āœ… Merged
Merged: 2/10/2025
Merged by: @mergify[bot]

Base: master ← Head: dependabot/go_modules/gotest.tools/v3-3.5.2


šŸ“ Commits (2)

  • 89e4b79 build(deps): bump gotest.tools/v3 from 3.5.1 to 3.5.2
  • bd427f2 Merge branch 'master' into dependabot/go_modules/gotest.tools/v3-3.5.2

šŸ“Š Changes

2 files changed (+3 additions, -3 deletions)

View changed files

šŸ“ go.mod (+1 -1)
šŸ“ go.sum (+2 -2)

šŸ“„ Description

Bumps gotest.tools/v3 from 3.5.1 to 3.5.2.

Release notes

Sourced from gotest.tools/v3's releases.

v3.5.2

What's Changed

New Contributors

Full Changelog: https://github.com/gotestyourself/gotest.tools/compare/v3.5.1...v3.5.2

Commits
  • 0b81523 Merge pull request #286 from thaJeztah/undeprecate_ErrorType
  • c5dad8f Merge pull request #285 from thaJeztah/update_go_versions
  • 160ab0e Remove go1.18 and go1.19
  • 8569bbc Merge pull request #284 from thaJeztah/cleanup_readme
  • 4256834 assert, assert/cmp: un-deprecate assert.ErrorType for now
  • eb32186 circleci: update golangci-lint to v1.60.3
  • 5fc8473 circleci: add go1.21, go1.22, go1.23
  • 6f26df9 circleci: test generics on go1.20 and windows as well
  • 732dfcf internal/difflib: rename funcs that collided with built-ins
  • 7d95f55 internal/difflib: gofmt
  • Additional commits viewable 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 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)

šŸ”„ This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## šŸ“‹ Pull Request Information **Original PR:** https://github.com/nektos/act/pull/2655 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/10/2025 **Status:** āœ… Merged **Merged:** 2/10/2025 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/gotest.tools/v3-3.5.2` --- ### šŸ“ Commits (2) - [`89e4b79`](https://github.com/nektos/act/commit/89e4b79851fa7016a1752dcfc85ceccd31cbc471) build(deps): bump gotest.tools/v3 from 3.5.1 to 3.5.2 - [`bd427f2`](https://github.com/nektos/act/commit/bd427f25946c74bfc337bb529a19cf9a2705b59a) Merge branch 'master' into dependabot/go_modules/gotest.tools/v3-3.5.2 ### šŸ“Š Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> šŸ“ `go.mod` (+1 -1) šŸ“ `go.sum` (+2 -2) </details> ### šŸ“„ Description Bumps [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) from 3.5.1 to 3.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gotestyourself/gotest.tools/releases">gotest.tools/v3's releases</a>.</em></p> <blockquote> <h2>v3.5.2</h2> <h2>What's Changed</h2> <ul> <li>assert: ensure message is always displayed &amp; fix under bazel by <a href="https://github.com/cstrahan"><code>@​cstrahan</code></a> in <a href="https://redirect.github.com/gotestyourself/gotest.tools/pull/276">gotestyourself/gotest.tools#276</a></li> <li>go.mod: golang.org/x/tools v0.13.0 for go1.22+ compatibility by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/gotestyourself/gotest.tools/pull/282">gotestyourself/gotest.tools#282</a></li> <li>poll: Continue(): use format.Message for formatting by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/gotestyourself/gotest.tools/pull/279">gotestyourself/gotest.tools#279</a></li> <li>fix TestFromDirSymlink on Windows due to missing drive-letter by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/gotestyourself/gotest.tools/pull/283">gotestyourself/gotest.tools#283</a></li> <li>Fix various linting issues and minor bugs by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/gotestyourself/gotest.tools/pull/280">gotestyourself/gotest.tools#280</a></li> <li>fix badges in readme, gofmt, and minor linting fix by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/gotestyourself/gotest.tools/pull/284">gotestyourself/gotest.tools#284</a></li> <li>circleci: add go1.21, go1.22, go1.23, and update golangci-lint to v1.60.3 by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/gotestyourself/gotest.tools/pull/285">gotestyourself/gotest.tools#285</a></li> <li>assert, assert/cmp: un-deprecate assert.ErrorType for now by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/gotestyourself/gotest.tools/pull/286">gotestyourself/gotest.tools#286</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cstrahan"><code>@​cstrahan</code></a> made their first contribution in <a href="https://redirect.github.com/gotestyourself/gotest.tools/pull/276">gotestyourself/gotest.tools#276</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gotestyourself/gotest.tools/compare/v3.5.1...v3.5.2">https://github.com/gotestyourself/gotest.tools/compare/v3.5.1...v3.5.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gotestyourself/gotest.tools/commit/0b81523ff268a1f1b0baf4a5da67e42fbb86880b"><code>0b81523</code></a> Merge pull request <a href="https://redirect.github.com/gotestyourself/gotest.tools/issues/286">#286</a> from thaJeztah/undeprecate_ErrorType</li> <li><a href="https://github.com/gotestyourself/gotest.tools/commit/c5dad8f46d9147674b5aac2c1207acdbb6e44cbc"><code>c5dad8f</code></a> Merge pull request <a href="https://redirect.github.com/gotestyourself/gotest.tools/issues/285">#285</a> from thaJeztah/update_go_versions</li> <li><a href="https://github.com/gotestyourself/gotest.tools/commit/160ab0edaf37dd48cb0bcda12a713b2eda21254e"><code>160ab0e</code></a> Remove go1.18 and go1.19</li> <li><a href="https://github.com/gotestyourself/gotest.tools/commit/8569bbc4e11f8a77c32795751b309c618f001bcc"><code>8569bbc</code></a> Merge pull request <a href="https://redirect.github.com/gotestyourself/gotest.tools/issues/284">#284</a> from thaJeztah/cleanup_readme</li> <li><a href="https://github.com/gotestyourself/gotest.tools/commit/4256834a5f656a2b6d8b8ee1e05ac7048b3028a0"><code>4256834</code></a> assert, assert/cmp: un-deprecate assert.ErrorType for now</li> <li><a href="https://github.com/gotestyourself/gotest.tools/commit/eb321863bacc768e4f24e8ec7c0efc1f6144bcc4"><code>eb32186</code></a> circleci: update golangci-lint to v1.60.3</li> <li><a href="https://github.com/gotestyourself/gotest.tools/commit/5fc84733cf3804f0e6267370df3d83b582f44b13"><code>5fc8473</code></a> circleci: add go1.21, go1.22, go1.23</li> <li><a href="https://github.com/gotestyourself/gotest.tools/commit/6f26df9681dce743fd0c5c0e8e5d9810a4d47f3c"><code>6f26df9</code></a> circleci: test generics on go1.20 and windows as well</li> <li><a href="https://github.com/gotestyourself/gotest.tools/commit/732dfcf754771fd19a3f374355bdad313b47d4c0"><code>732dfcf</code></a> internal/difflib: rename funcs that collided with built-ins</li> <li><a href="https://github.com/gotestyourself/gotest.tools/commit/7d95f55d2ce979847b6207fedd071831fe7c39dc"><code>7d95f55</code></a> internal/difflib: gofmt</li> <li>Additional commits viewable in <a href="https://github.com/gotestyourself/gotest.tools/compare/v3.5.1...v3.5.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gotest.tools/v3&package-manager=go_modules&previous-version=3.5.1&new-version=3.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>šŸ”„ This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:55:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2538
No description provided.