chore(deps): bump golang from 1.25.5 to 1.25.6 in /tests/apps/gogrpc

Bumps golang from 1.25.5 to 1.25.6.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25.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]
2026-01-20 13:53:05 +00:00
committed by GitHub
parent 08cd8909b3
commit 436fcebdd8

View File

@@ -1,4 +1,4 @@
FROM golang:1.25.5
FROM golang:1.25.6
RUN mkdir /app
WORKDIR /app