🌱 Bump golang from 6ff0e09 to 360bc82 (#550)

Bumps golang from `6ff0e09` to `360bc82`.

---
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-21 12:30:03 -04:00 committed by GitHub
parent 3e1890fe35
commit 020b892241
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:6ff0e09b47d0e93823978da613c449056cda25c058ebc4031f93c05a76905a8c AS base
FROM golang:1.16.5@sha256:360bc82ac2b24e9ab6e5867eebac780920b92175bb2e9e1952dce15571699baa AS base
WORKDIR /src
ENV CGO_ENABLED=0
COPY go.* ./