From e6be5b6efdb808d86d3b61b0b68a978c14b1273c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 11:07:42 +0100 Subject: [PATCH] chore(deps): bump golang from 1.16.0 to 1.16.1 in /.github/go (#161) Bumps golang from 1.16.0 to 1.16.1. 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 90879a6..6c591a1 100644 --- a/.github/go/Dockerfile +++ b/.github/go/Dockerfile @@ -1 +1 @@ -FROM golang:1.16.0 +FROM golang:1.16.1