Bump golang from 1.23.6 to 1.24.0 in /deployments/devel

Bumps golang from 1.23.6 to 1.24.0.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-15 08:33:48 +00:00
committed by GitHub
parent bc2b937574
commit 25bac4c62a

View File

@@ -14,7 +14,7 @@
# This Dockerfile is also used to define the golang version used in this project
# This allows dependabot to manage this version in addition to other images.
FROM golang:1.23.6
FROM golang:1.24.0
WORKDIR /work
COPY * .