From 5eecd1345d1559d2f7b5d2ba3d2ef99d3b6873c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 15:19:23 +0100 Subject: [PATCH] deps: update golang Docker tag to v1.19.5 (#1086) 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 81c84ab29..6a07413d2 100644 --- a/.github/actions/versionsapi/Dockerfile +++ b/.github/actions/versionsapi/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.4@sha256:766625f2182dacec4c8774355a65a81a3b73acb0b4287b6a32a8efc185aede2c as builder +FROM golang:1.19.5@sha256:a0b51fe882f269828b63e7f69e6925f85afc548cf7cf967ecbfbcce6afe6f235 as builder # Download project root dependencies WORKDIR /workspace