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

Bumps golang from 1.21.0 to 1.21.1.

---
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-09-10 02:32:02 +00:00
committed by GitHub
parent 3d8850897f
commit ffcb7fef06

View File

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