2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 12:23:35 +08:00

fix(CI): 修复测试

This commit is contained in:
耗子
2023-10-23 15:45:18 +08:00
parent 5217e04bbf
commit ccfd5550b9

View File

@@ -1,4 +1,4 @@
image: golang:alpine
image: golang:bookworm
# 在每个任务执行前运行
before_script:
@@ -54,6 +54,7 @@ build:
fetch:
stage: build
image: alpine:latest
before_script:
- sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories
- apk add --no-cache curl jq unzip zip