fix: go version error (#1297)

This commit is contained in:
Carrot2
2022-11-30 16:49:14 +08:00
committed by GitHub
parent a04982425f
commit e67354f34c
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ SHELL = /bin/bash
#SCRIPT_DIR = $(shell pwd)/etc/script
#请选择golang版本
BUILD_IMAGE_SERVER = golang:1.16
BUILD_IMAGE_SERVER = golang:1.18
#请选择node版本
BUILD_IMAGE_WEB = node:16
#项目名称