2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +08:00

ci: 修复错误

This commit is contained in:
耗子
2023-10-16 20:29:35 +08:00
parent 07c4083005
commit 1dbf2ea9a3
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ variables:
stages:
- prepare
- build
- release
golangci_lint:
stage: prepare

View File

@@ -8,6 +8,6 @@ func init() {
config := facades.Config()
config.Add("panel", map[string]any{
"name": "耗子Linux面板",
"version": "v2.0.54",
"version": "v2.0.55",
})
}