ci: go get after replacing go mod

pull/5581/head
Andy Hsu 2023-11-25 15:11:29 +08:00
parent b88067ea2f
commit 1420492d81
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ BuildDev() {
BuildDocker() {
echo "replace github.com/mattn/go-sqlite3 => github.com/leso-kn/go-sqlite3 v0.0.0-20230710125852-03158dc838ed" >>go.mod
go get gorm.io/driver/sqlite@v1.4.4
go build -o ./bin/alist -ldflags="$ldflags" -tags=jsoniter .
}