fix: make link->make lint

Signed-off-by: kubbot <3293172751ysy@gmail.com>
This commit is contained in:
kubbot 2023-08-11 11:32:51 +08:00
parent f5081b7b61
commit 84e02fa366
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Build Stage
FROM golang:1.21 AS builder
FROM golang:1.20 AS builder
# Set go mod installation source and proxy
ARG GO111MODULE=on

View File

@ -99,8 +99,8 @@ services:
command: minio server /data --console-address ':9090'
openim-server:
image: ghcr.io/openimsdk/openim-server:latest
# build: .
#image: ghcr.io/openimsdk/openim-server:latest
build: .
container_name: openim-server
volumes:
- ./logs:/openim/openim-server/logs

0
scripts/start_component_check.sh Normal file → Executable file
View File