chore(deps): bump golang from 1.24.5 to 1.24.6 in /tests/apps/gogrpc

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-07 13:40:42 +00:00
committed by GitHub
parent 9df8b7c25e
commit 201da01ae7

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.5
FROM golang:1.24.6
RUN mkdir /app
WORKDIR /app