1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

bump go to 1.21 (#26608)

Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
techknowlogick
2023-08-20 18:27:46 -04:00
committed by GitHub
parent 9c80a5d508
commit 653e77fd22
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#Build stage
FROM docker.io/library/golang:1.20-alpine3.18 AS build-env
FROM docker.io/library/golang:1.21-alpine3.18 AS build-env
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}