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