chore(deps): bump golang from 1.24.1 to 1.24.2 in /tests/apps/gogrpc

Bumps golang from 1.24.1 to 1.24.2.

---
updated-dependencies:
- dependency-name: golang
  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-04-02 13:32:16 +00:00
committed by GitHub
parent fa55f38258
commit cf953a0147

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.1
FROM golang:1.24.2
RUN mkdir /app
WORKDIR /app