fix: go version

This commit is contained in:
Simon Ding
2024-07-12 13:37:40 +08:00
parent cfa6d2d54c
commit 72ea22cbfb

View File

@@ -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 \