From 814936828b8a12bed700a5934cf03a941bddfe03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 18:56:41 +0000 Subject: [PATCH] chore(deps): bump golang from 1.20.2 to 1.20.3 in /.github/go Bumps golang from 1.20.2 to 1.20.3. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/go/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/go/Dockerfile b/.github/go/Dockerfile index 0a7beb6..c131c30 100644 --- a/.github/go/Dockerfile +++ b/.github/go/Dockerfile @@ -1 +1 @@ -FROM golang:1.20.2 +FROM golang:1.20.3