Now that https://code.forgejo.org/forgejo/runner/pulls/64 has been
merged we should be good to go.
This commit is contained in:
Gabriel Simmer 2023-08-06 16:14:31 +01:00
parent 711addd4bb
commit 33d55298f9
No known key found for this signature in database

View file

@ -1,6 +1,5 @@
#Build stage
# 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
FROM golang:1.20-alpine3.18 AS build-env
RUN apk --no-cache add build-base git