Bump golang from 1.25-trixie to 1.26-trixie (#2174)

Bumps golang from 1.25-trixie to 1.26-trixie.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.26-trixie
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-03-13 18:38:32 +01:00 committed by GitHub
commit 5f072ad8ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.25-trixie AS builder FROM golang:1.26-trixie AS builder
ENV GOFLAGS="-mod=readonly" ENV GOFLAGS="-mod=readonly"

View file

@ -1,4 +1,4 @@
FROM golang:1.25-alpine3.23 AS builder FROM golang:1.26-alpine3.23 AS builder
ENV GOFLAGS="-mod=readonly" ENV GOFLAGS="-mod=readonly"

View file

@ -1,4 +1,4 @@
FROM golang:1.25-trixie AS builder FROM golang:1.26-trixie AS builder
ENV CGO_ENABLED=0 GOFLAGS="-mod=readonly" ENV CGO_ENABLED=0 GOFLAGS="-mod=readonly"