From 2b676d77df8ed2ae0742c5672c2b6ac9d5052d2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 02:44:06 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.0 --- 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..fa39c8e 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.23.0 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