2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00

ci: fix mockery

This commit is contained in:
耗子
2025-03-10 15:38:17 +08:00
parent 8400705053
commit bfd4fe41d3

View File

@@ -10,6 +10,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
cache: true
go-version: 'stable'
- name: Install Mockery
run: |
go install github.com/vektra/mockery/v2@latest