Bump golang from 1.25-trixie to 1.26-trixie

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>
This commit is contained in:
dependabot[bot] 2026-02-16 05:02:37 +00:00 committed by GitHub
commit 396028dfb5
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"

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"

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"