chore(deps): bump golang from 1.25.2 to 1.25.3 in /tests/apps/gogrpc

Bumps golang from 1.25.2 to 1.25.3.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25.3
  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-10-14 13:06:02 +00:00
committed by GitHub
parent 5246c20036
commit 4c1401dccd

View File

@@ -1,4 +1,4 @@
FROM golang:1.25.2
FROM golang:1.25.3
RUN mkdir /app
WORKDIR /app