From c5b305b1c6b780c877f8aee1f57e6f6e2c4046e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 04:39:42 +0000 Subject: [PATCH] Update golang Docker tag to v1.26 (#886) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | minor | `1.25-bookworm` → `1.26-bookworm` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/pion/ice). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/nat-rules/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nat-rules/Dockerfile b/examples/nat-rules/Dockerfile index 2afd45d..27406f5 100644 --- a/examples/nat-rules/Dockerfile +++ b/examples/nat-rules/Dockerfile @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT -FROM golang:1.25-bookworm AS builder +FROM golang:1.26-bookworm AS builder WORKDIR /src # Copy the entire repo so local changes to pion/ice are included.