Merge pull request 'Bump Go version to 1.21' (#68) from gmem/runner:go-1.21 into main

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/68
This commit is contained in:
earl-warren 2023-08-15 05:53:14 +00:00
commit 0e0d488e6e
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ jobs:
steps: steps:
- uses: actions/setup-go@v3 - uses: actions/setup-go@v3
with: with:
go-version: '1.20' go-version: '1.21'
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View file

@ -1,5 +1,5 @@
#Build stage #Build stage
FROM golang:1.20-alpine3.18 AS build-env FROM golang:1.21-alpine3.18 AS build-env
RUN apk --no-cache add build-base git RUN apk --no-cache add build-base git