🌱 Bump golang from 91b3c54 to 3ba0777 in /gitcache

Bumps golang from `91b3c54` to `3ba0777`.

---
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] 2021-07-12 17:35:52 +00:00 committed by Naveen
parent 8d9f199d51
commit 99689245ad

View File

@ -14,7 +14,7 @@
# syntax = docker/dockerfile:1-experimental
FROM golang:1.16.5@sha256:91b3c5472d9a2ef12f3165aa8979825a5d8b059720b00412f89fc465a04aaa0c AS base
FROM golang:1.16.5@sha256:3ba07778b0a48cef0820fe630220089b74ac9bd06a92ac1cf7b2f1abceffcdaa AS base
WORKDIR /src
ENV CGO_ENABLED=0
COPY go.* ./