chore(deps): bump golang from 1.21.0 to 1.23.2

Bumps golang from 1.21.0 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:49:52 +00:00
committed by GitHub
parent 240d44fc6d
commit 91bd0c8783

View File

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