mirror of https://code.forgejo.org/forgejo/runner
pin 1.20.5 for builds waiting on ACT upgrade
Refs: https://github.com/nektos/act/issues/1908pull/48/head v2.2.0
parent
59c5e0ba1e
commit
a6e6b846ca
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue