chore(deps): bump golang from 1.22.5 to 1.23.2

Bumps golang from 1.22.5 to 1.23.2.

---
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]
2024-10-23 07:51:07 +00:00
committed by GitHub
parent f545704b02
commit 7cb1c50927

View File

@@ -1,4 +1,4 @@
FROM golang:1.22.5 AS build FROM golang:1.23.2 AS build
WORKDIR /app WORKDIR /app
# Copy the source code. # Copy the source code.