[PR #110] [MERGED] Bump fortio.org/fortio from 1.66.2 to 1.66.3, use safecast, fix testscript tests for windows. #111

Closed
opened 2026-03-15 16:10:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fortio/dnsping/pull/110
Author: @dependabot[bot]
Created: 9/16/2024
Status: Merged
Merged: 9/16/2024
Merged by: @ldemailly

Base: mainHead: dependabot/go_modules/fortio.org/fortio-1.66.3


📝 Commits (10+)

📊 Changes

5 files changed (+30 additions, -17 deletions)

View changed files

📝 Makefile (+6 -1)
📝 dnsping.go (+3 -2)
📝 dnsping.txtar (+15 -11)
📝 go.mod (+2 -1)
📝 go.sum (+4 -2)

📄 Description

Bumps fortio.org/fortio from 1.66.2 to 1.66.3.

Release notes

Sourced from fortio.org/fortio's releases.

v1.66.3

Fixed an old bug in the fast client and no keep alive unearthed, thanks @​hellivan for reporting

What's Changed

Full Changelog: https://github.com/fortio/fortio/compare/v1.66.2...v1.66.3

Commits
  • 7074435 Introduce DelayedErrorReader to avoid the case where we get both EOF and some...
  • 1711f25 Bump google.golang.org/grpc from 1.66.0 to 1.66.2 (#973)
  • See full diff 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/fortio/dnsping/pull/110 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/16/2024 **Status:** ✅ Merged **Merged:** 9/16/2024 **Merged by:** [@ldemailly](https://github.com/ldemailly) **Base:** `main` ← **Head:** `dependabot/go_modules/fortio.org/fortio-1.66.3` --- ### 📝 Commits (10+) - [`9cee76f`](https://github.com/fortio/dnsping/commit/9cee76f7e69d85ed52772ab1a9e8662e46df23f8) Bump fortio.org/fortio from 1.66.2 to 1.66.3 - [`3fded73`](https://github.com/fortio/dnsping/commit/3fded73a47f85e5acc9401796e11653fb10c2b93) add safecast - [`4b43e86`](https://github.com/fortio/dnsping/commit/4b43e862b9a59c5d62373d08ab32588824903e16) proper nolint format - [`22ac573`](https://github.com/fortio/dnsping/commit/22ac573d265897c74c6337dfa32899d9408f15bb) skip not writeable test on windows - [`26da670`](https://github.com/fortio/dnsping/commit/26da6706f38985dc634c4614c69919f6df0f737b) One more unix only test - [`e6671c8`](https://github.com/fortio/dnsping/commit/e6671c85fb64493824170a0760620b746e67f7ff) one more try - [`d080e36`](https://github.com/fortio/dnsping/commit/d080e3639b909df6d0b58b28f2fbdec72adad8e0) yet another attempt - [`6d8d147`](https://github.com/fortio/dnsping/commit/6d8d1472989f16bba09e694fb6784e0f1a75c0bb) fixing missing word - [`b046d4c`](https://github.com/fortio/dnsping/commit/b046d4c468a5799d6570d0d051ed6472586137fb) shooting in the dark - [`f9bdb90`](https://github.com/fortio/dnsping/commit/f9bdb90ab32ec6deb7a6b717eb05339e42cd9b32) giving up on FAIL: dnsping.txtar:85: unknown command -- ### 📊 Changes **5 files changed** (+30 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+6 -1) 📝 `dnsping.go` (+3 -2) 📝 `dnsping.txtar` (+15 -11) 📝 `go.mod` (+2 -1) 📝 `go.sum` (+4 -2) </details> ### 📄 Description Bumps [fortio.org/fortio](https://github.com/fortio/fortio) from 1.66.2 to 1.66.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fortio/fortio/releases">fortio.org/fortio's releases</a>.</em></p> <blockquote> <h2>v1.66.3</h2> <p>Fixed an old bug in the fast client and no keep alive unearthed, thanks <a href="https://github.com/hellivan"><code>@​hellivan</code></a> for reporting</p> <h2>What's Changed</h2> <ul> <li>Bump google.golang.org/grpc from 1.66.0 to 1.66.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/fortio/fortio/pull/973">fortio/fortio#973</a></li> <li>Introduce DelayedErrorReader to avoid the case where we get both EOF and some data in a single read by <a href="https://github.com/ldemailly"><code>@​ldemailly</code></a> in <a href="https://redirect.github.com/fortio/fortio/pull/974">fortio/fortio#974</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.66.2...v1.66.3">https://github.com/fortio/fortio/compare/v1.66.2...v1.66.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fortio/fortio/commit/7074435c28f507d2ca8585a5566515901de20dcd"><code>7074435</code></a> Introduce DelayedErrorReader to avoid the case where we get both EOF and some...</li> <li><a href="https://github.com/fortio/fortio/commit/1711f25644a1632362dca2c17b41675c1b997430"><code>1711f25</code></a> Bump google.golang.org/grpc from 1.66.0 to 1.66.2 (<a href="https://redirect.github.com/fortio/fortio/issues/973">#973</a>)</li> <li>See full diff in <a href="https://github.com/fortio/fortio/compare/v1.66.2...v1.66.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fortio.org/fortio&package-manager=go_modules&previous-version=1.66.2&new-version=1.66.3)](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 closed this issue 2026-03-15 16:10:44 +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/dnsping#111
No description provided.