chore(deps): bump golang from 1.21.1 to 1.21.2 in /tests/apps/gogrpc

Bumps golang from 1.21.1 to 1.21.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]
2023-10-06 13:25:16 +00:00
committed by GitHub
parent a77c27d088
commit b9bb78fc33

View File

@@ -1,4 +1,4 @@
FROM golang:1.21.1
FROM golang:1.21.2
RUN mkdir /app
WORKDIR /app