更新Go版本为1.18

This commit is contained in:
wsczx
2022-09-30 20:00:55 +08:00
parent e03bd60b1d
commit e8ec65dec2
4 changed files with 40 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ RUN yarn install \
&& ls /web/ui
# server
FROM golang:1.17-alpine as builder_golang
FROM golang:1.18-alpine as builder_golang
#TODO 本地打包时使用镜像
ENV GOPROXY=https://goproxy.io
ENV GOOS=linux