From 175f174b8c8e1d597e285d59eaf49e2147e5ae90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 09:22:00 +0100 Subject: [PATCH] chore(deps): bump golang from 1.16.1 to 1.16.2 in /.github/go (#162) Bumps golang from 1.16.1 to 1.16.2. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/go/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/go/Dockerfile b/.github/go/Dockerfile index 6c591a13..bcf47303 100644 --- a/.github/go/Dockerfile +++ b/.github/go/Dockerfile @@ -1 +1 @@ -FROM golang:1.16.1 +FROM golang:1.16.2