From a6e6b846ca728eebcc309b365563c4e7d609b2a6 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Wed, 12 Jul 2023 11:12:27 +0200 Subject: [PATCH] pin 1.20.5 for builds waiting on ACT upgrade Refs: https://github.com/nektos/act/issues/1908 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb15271..a441325 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ #Build stage -FROM golang:1.20-alpine3.18 AS build-env +# Switch back to 1.20 instead of 1.20.5 when https://github.com/nektos/act/issues/1908 is resolved +FROM golang:1.20.5-alpine3.18 AS build-env RUN apk --no-cache add build-base git