From c1c4e72c61635d27b53246eccbeba894c6e0cadc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 08:46:51 +0200 Subject: [PATCH] deps: update golang Docker tag to v1.20.6 (#2092) Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- .github/actions/versionsapi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/versionsapi/Dockerfile b/.github/actions/versionsapi/Dockerfile index 5e7824467..610e6dbde 100644 --- a/.github/actions/versionsapi/Dockerfile +++ b/.github/actions/versionsapi/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.5@sha256:7f2cf491a0d8c1afcdc55120cda9d3777ee98852eff619c6c3e5a0b2386a69b4 as builder +FROM golang:1.20.6@sha256:832f2f74baa3e2b00ace688cb2fa934dffeade39f5b4c0cc8b1cff8d3fb084a0 as builder # Download project root dependencies WORKDIR /workspace