新增 Docker Compose 支持,完善环境变量绑定逻辑,升级 Go 版本

This commit is contained in:
2026-01-26 23:45:29 +08:00
parent e2a99b7888
commit 8bacb09cc2
6 changed files with 56 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.25.5'
- name: Build and Package
run: |

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.25.5'
- name: Install dependencies
run: go mod download