From c380868b711807cebd3bfd1932649566425cc581 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 02:43:33 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.21.3 --- images/golang/1.20.2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/golang/1.20.2/Dockerfile b/images/golang/1.20.2/Dockerfile index b6987ed..18a0a01 100644 --- a/images/golang/1.20.2/Dockerfile +++ b/images/golang/1.20.2/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.2 +FROM golang:1.21.3 RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg && \ echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null && \ apt-get update