Bump golang from 1.23-bookworm to 1.24-bookworm (#1898)

Bumps golang from 1.23-bookworm to 1.24-bookworm.

---
updated-dependencies:
- dependency-name: golang
  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]
2025-03-01 10:42:16 +01:00
committed by GitHub
parent cf961afe59
commit c61571ea07
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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