[PR #38] [CLOSED] Bump fortio.org/fortio from 1.54.0 to 1.54.1 #43

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

📋 Pull Request Information

Original PR: https://github.com/fortio/dnsping/pull/38
Author: @dependabot[bot]
Created: 4/10/2023
Status: Closed

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


📝 Commits (1)

  • 826d2cd Bump fortio.org/fortio from 1.54.0 to 1.54.1

📊 Changes

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

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps fortio.org/fortio from 1.54.0 to 1.54.1.

Release notes

Sourced from fortio.org/fortio's releases.

Fortio 1.54.1

What's Changed

  • Use newer go 1.20.3 (security fixes plus switch from 1.19) and corresponding new lints(fortio/fortio#743)

Note the linter identified an incompatible change needed:

func HandleCall[Q any](https://github.com/fortio/fortio/blob/HEAD/w http.ResponseWriter, r *http.Request) (*Q, error) {

to

func ProcessRequest[Q any](https://github.com/fortio/fortio/blob/HEAD/r *http.Request) (*Q, error) {

as HandleCall doesn't... handle it just unserializes. kept the old api as Deprecated for now.

Full Changelog: https://github.com/fortio/fortio/compare/v1.54.0...v1.54.1

Commits

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 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/38 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/10/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/fortio.org/fortio-1.54.1` --- ### 📝 Commits (1) - [`826d2cd`](https://github.com/fortio/dnsping/commit/826d2cdba7e36568ddd4b0ad883afc04fa666022) Bump fortio.org/fortio from 1.54.0 to 1.54.1 ### 📊 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 [fortio.org/fortio](https://github.com/fortio/fortio) from 1.54.0 to 1.54.1. <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>Fortio 1.54.1</h2> <h2>What's Changed</h2> <ul> <li>Use newer go 1.20.3 (security fixes plus switch from 1.19) and corresponding new lints(<a href="https://redirect.github.com/fortio/fortio/pull/743">fortio/fortio#743</a>)</li> </ul> <p>Note the linter identified an incompatible change needed:</p> <pre lang="golang"><code>func HandleCall[Q any](https://github.com/fortio/fortio/blob/HEAD/w http.ResponseWriter, r *http.Request) (*Q, error) { </code></pre> <p>to</p> <pre lang="golang"><code>func ProcessRequest[Q any](https://github.com/fortio/fortio/blob/HEAD/r *http.Request) (*Q, error) { </code></pre> <p>as HandleCall doesn't... handle it just unserializes. kept the old api as Deprecated for now.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.54.0...v1.54.1">https://github.com/fortio/fortio/compare/v1.54.0...v1.54.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fortio/fortio/commit/e3eb219b4181cec6c655df44b0ac4ca064eecd95"><code>e3eb219</code></a> use newer go 1.20.3 and corresponding new lints (<a href="https://redirect.github.com/fortio/fortio/issues/743">#743</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/ff5ea64abc481e53477410468453c8c67a1f2f2c"><code>ff5ea64</code></a> Bump actions/checkout from 3.4.0 to 3.5.0 (<a href="https://redirect.github.com/fortio/fortio/issues/742">#742</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/e0f3931fa5d5cab244fcb8b7283d9c1a8b26fd00"><code>e0f3931</code></a> Bump github/codeql-action from 2.2.7 to 2.2.9 (<a href="https://redirect.github.com/fortio/fortio/issues/741">#741</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/9d91c007e6dd616acea46e05cfd0447947f70ed1"><code>9d91c00</code></a> Bump google.golang.org/grpc from 1.53.0 to 1.54.0 (<a href="https://redirect.github.com/fortio/fortio/issues/738">#738</a>)</li> <li>See full diff in <a href="https://github.com/fortio/fortio/compare/v1.54.0...v1.54.1">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.54.0&new-version=1.54.1)](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 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-15 16:06:45 +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#43
No description provided.