Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/65
This commit is contained in:
commit
ab564ca25d
2 changed files with 2 additions and 4 deletions
|
@ -36,8 +36,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
# pin because of https://github.com/nektos/act/issues/1908
|
go-version: '1.20'
|
||||||
go-version: 1.20.5
|
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
|
@ -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