🌱 Bump golang from 360bc82 to 74681bd (#601)

Bumps golang from `360bc82` to `74681bd`.

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Naveen <172697+naveensrinivasan@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-25 11:01:16 -04:00 committed by GitHub
parent d84c04299d
commit 9f074cef5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
# limitations under the License.
FROM golang:1.16.5@sha256:360bc82ac2b24e9ab6e5867eebac780920b92175bb2e9e1952dce15571699baa AS base
FROM golang:1.16.5@sha256:cc341008b71172f00666a11b15748f87c813130dcb1e5e09725ff72c9936f537 AS base
WORKDIR /src
ENV CGO_ENABLED=0
COPY go.* ./