pin 1.20.5 for builds waiting on ACT upgrade

Refs: https://github.com/nektos/act/issues/1908
This commit is contained in:
Earl Warren 2023-07-12 11:12:27 +02:00
parent 59c5e0ba1e
commit a6e6b846ca
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -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