🌱 Bump golang from 91b3c54 to 3ba0777

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 08:07:29 +00:00 committed by Naveen
parent 50ce017684
commit 8d9f199d51

View File

@ -13,7 +13,7 @@
# limitations under the License.
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.* ./