From e153fefbad89191a62bce20d473b2a0795a8213f Mon Sep 17 00:00:00 2001 From: vpereira01 <42812459+vpereira01@users.noreply.github.com> Date: Sat, 9 Apr 2022 17:16:06 +0100 Subject: [PATCH] Upgrade go docker builder image --- .github/workflows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index a5de0e7d..371931a5 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -5,7 +5,7 @@ ########################### # Build binaries stage ########################### -FROM --platform=$BUILDPLATFORM golang:1.16.15-alpine3.15 AS build +FROM --platform=$BUILDPLATFORM golang:1.17.8-alpine3.15 AS build ADD . /app WORKDIR /app # Arguments required to build binaries targetting the correct OS and CPU architectures