mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-27 21:17:50 +08:00
fix: go version
This commit is contained in:
@@ -7,7 +7,7 @@ RUN flutter build web
|
|||||||
|
|
||||||
|
|
||||||
# 打包依赖阶段使用golang作为基础镜像
|
# 打包依赖阶段使用golang作为基础镜像
|
||||||
FROM golang:1.20 as builder
|
FROM golang:1.22 as builder
|
||||||
|
|
||||||
# 启用go module
|
# 启用go module
|
||||||
ENV GO111MODULE=on \
|
ENV GO111MODULE=on \
|
||||||
|
|||||||
Reference in New Issue
Block a user