Bump golang from 1.24-bookworm to 1.25-bookworm

Bumps golang from 1.24-bookworm to 1.25-bookworm.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25-bookworm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-18 07:40:23 +00:00
committed by Nicola Murino
parent 75a9ebcdf9
commit 726f1fde19
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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