Chore: update golang version to 1.17.x

This commit is contained in:
HFO4
2022-03-02 19:29:18 +08:00
parent 7214e59c25
commit 050a68a359
5 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ RUN set -ex \
&& yarn run build
# build backend
FROM golang:1.15.1-alpine3.12 AS be-builder
FROM golang:1.17.7-alpine3.12 AS be-builder
ENV GO111MODULE on