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

feat: update go 1.25

This commit is contained in:
2025-09-18 15:12:39 +08:00
parent c05e995046
commit 7c482bf615

View File

@@ -21,7 +21,7 @@ jobs:
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
run: go env -w GOTOOLCHAIN=go1.25.1+auto
- name: Set up environment
run: |
cp config.example.yml config.yml