From 8b9515c713300342ca81019c3d44b036c93b4f76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 23:47:06 +0000 Subject: [PATCH] Update golang Docker tag to v1.26 (#3372) 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 | final | minor | `1.25` → `1.26` | | golang | final | minor | `1.25-alpine` → `1.26-alpine` | --- ### 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 these updates 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/webrtc). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- e2e/Dockerfile | 2 +- examples/pion-to-pion/answer/Dockerfile | 2 +- examples/pion-to-pion/offer/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/Dockerfile b/e2e/Dockerfile index dc82d834..ce30e4ff 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT -FROM golang:1.25-alpine +FROM golang:1.26-alpine RUN apk add --no-cache \ chromium \ diff --git a/examples/pion-to-pion/answer/Dockerfile b/examples/pion-to-pion/answer/Dockerfile index b806b6a7..588e5e5b 100644 --- a/examples/pion-to-pion/answer/Dockerfile +++ b/examples/pion-to-pion/answer/Dockerfile @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT -FROM golang:1.25 +FROM golang:1.26 RUN go install github.com/pion/webrtc/v4/examples/pion-to-pion/answer@latest diff --git a/examples/pion-to-pion/offer/Dockerfile b/examples/pion-to-pion/offer/Dockerfile index cea94f41..ff083d32 100644 --- a/examples/pion-to-pion/offer/Dockerfile +++ b/examples/pion-to-pion/offer/Dockerfile @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT -FROM golang:1.25 +FROM golang:1.26 RUN go install github.com/pion/webrtc/v4/examples/pion-to-pion/offer@latest