From b3cdbd3c46fd8b4b0fa4b4330d09aca265aac766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:31:41 +0100 Subject: [PATCH] build(deps): bump golang from 1.20 to 1.21 (#58) Bumps golang from 1.20 to 1.21. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rory Carson --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 654a08c3..857907e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Go image as the base image -FROM golang:1.20 AS builder +FROM golang:1.21 AS builder # Set the working directory WORKDIR /ko-app