chore(deps): bump golang from 1.21.6 to 1.22.0 in /tests/apps/gogrpc

Bumps golang from 1.21.6 to 1.22.0.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-02-07 14:00:18 +00:00
committed by GitHub
parent ea4767f2d8
commit 814953358b

View File

@@ -1,4 +1,4 @@
FROM golang:1.21.6
FROM golang:1.22.0
RUN mkdir /app
WORKDIR /app