feat: password reset support

This commit is contained in:
2025-03-30 21:28:01 +08:00
parent d31884fcbc
commit bcd2772800
20 changed files with 2557 additions and 1372 deletions

View File

@@ -31,7 +31,7 @@ jobs:
uses: crazy-max/ghaction-xgo@v2
with:
xgo_version: latest
go_version: 1.19
go_version: 1.24
dest: build
prefix: yggdrasil
targets: windows/amd64,linux/amd64,linux/arm64,darwin/amd64,darwin/arm64