chore(deps): bump golang from 1.24.5 to 1.24.6

Bumps golang from 1.24.5 to 1.24.6.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-11 14:49:26 +00:00
committed by GitHub
parent d6c01c9a4a
commit 37b2867974

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.5 AS build
FROM golang:1.24.6 AS build
WORKDIR /app
ARG appVersion=""