From ca1e17f79cee671e7cedf2dfbaf7e82e86e6870a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 13:55:46 +0200 Subject: [PATCH] chore(deps): bump golang from 1.14.3 to 1.15.2 in /.github/go (#125) Bumps golang from 1.14.3 to 1.15.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 5981b61..88771d6 100644 --- a/.github/go/Dockerfile +++ b/.github/go/Dockerfile @@ -1 +1 @@ -FROM golang:1.14.3 +FROM golang:1.15.2