Skip to content

Commit e67354f

Browse files
author
Carrot2
authored
fix: go version error (#1297)
1 parent a049824 commit e67354f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL = /bin/bash
22

33
#SCRIPT_DIR = $(shell pwd)/etc/script
44
#请选择golang版本
5-
BUILD_IMAGE_SERVER = golang:1.16
5+
BUILD_IMAGE_SERVER = golang:1.18
66
#请选择node版本
77
BUILD_IMAGE_WEB = node:16
88
#项目名称

deploy/docker-compose/docker-compose-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
ipv4_address: 177.7.0.11
3535

3636
server:
37-
image: golang:1.16
37+
image: golang:1.18
3838
container_name: gva-server
3939
hostname: gva-server
4040
restart: always

0 commit comments

Comments
 (0)