mirror of
https://github.com/acepanel/panel.git
synced 2026-02-05 12:23:35 +08:00
fix(CI): 修复测试
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user