mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 01:06:37 +08:00
fix: fix go version
This commit is contained in:
parent
eeb93666b2
commit
040c032b72
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user