Revert #50
Now that https://code.forgejo.org/forgejo/runner/pulls/64 has been merged we should be good to go.
This commit is contained in:
parent
711addd4bb
commit
33d55298f9
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
#Build stage
|
#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-alpine3.18 AS build-env
|
||||||
FROM golang:1.20.5-alpine3.18 AS build-env
|
|
||||||
|
|
||||||
RUN apk --no-cache add build-base git
|
RUN apk --no-cache add build-base git
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue