From 6dd7b4860c877aaceefb1d6b05bae4aac328b191 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 08:08:05 +0000 Subject: [PATCH] Update golang Docker tag to v1.20.5 --- Dockerfile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.build b/Dockerfile.build index 5b230bb..887e01e 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -14,7 +14,7 @@ # along with this program. If not, see . # -FROM golang:1.16.3-buster +FROM golang:1.20.5-buster SHELL ["/bin/bash", "-o", "pipefail", "-c"]