fix: fix go version

This commit is contained in:
sagitchu 2025-03-18 21:49:13 +08:00
parent eeb93666b2
commit 040c032b72

View File

@ -57,7 +57,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.18' # 使用稳定版本
go-version: '>=1.18.0'
- name: Build Backend (amd64)
run: |