Merge pull request 'Revert #50' (#65) from gmem/runner:revert-1.20.5 into main

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/65
This commit is contained in:
dachary 2023-08-06 15:51:24 +00:00
commit ab564ca25d
2 changed files with 2 additions and 4 deletions

View file

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

View file

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