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

fix: tests

This commit is contained in:
2025-09-18 15:03:40 +08:00
parent d25fc9804e
commit c05e995046

View File

@@ -19,6 +19,9 @@ jobs:
go-version: 'stable'
- name: Install dependencies
run: sudo apt-get install -y curl jq
# https://github.com/golang/go/issues/75031
- name: Set toolchain version
run: go env -w GOTOOLCHAIN=go1.25.0+auto
- name: Set up environment
run: |
cp config.example.yml config.yml