feat: update Go version in CI configuration and add release workflow for multi-platform builds

This commit is contained in:
CaIon
2025-10-11 12:44:09 +08:00
parent 02c0495b24
commit e6129bec57
5 changed files with 143 additions and 167 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '>=1.18.0'
go-version: '>=1.25.1'
- name: Build frontend
env: