chore: update CI

This commit is contained in:
1808837298@qq.com
2025-02-10 21:59:41 +08:00
parent 8418dbe7c4
commit d10b47005c
2 changed files with 4 additions and 1 deletions

View File

@@ -52,6 +52,9 @@ jobs:
calciumion/new-api
ghcr.io/${{ github.repository }}
- name: Update Go dependencies
run: go get -u ./...
- name: Build and push Docker images
uses: docker/build-push-action@v3
with:

2
go.mod
View File

@@ -29,6 +29,7 @@ require (
github.com/shirou/gopsutil v3.21.11+incompatible
golang.org/x/crypto v0.27.0
golang.org/x/image v0.23.0
golang.org/x/net v0.28.0
gorm.io/driver/mysql v1.4.3
gorm.io/driver/postgres v1.5.2
gorm.io/driver/sqlite v1.4.3
@@ -81,7 +82,6 @@ require (
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/arch v0.12.0 // indirect
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.21.0 // indirect