1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

bump to go 1.23 (#31855)

This commit is contained in:
techknowlogick
2024-09-09 22:23:07 -04:00
committed by GitHub
parent 1620e3f03b
commit d9a7748cdc
27 changed files with 71 additions and 58 deletions

View File

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