Avoid updating the go.mod file.

This commit is contained in:
John Mai 2023-04-12 20:46:17 +08:00
parent b067c10de6
commit b6a03fa947

View File

@ -9,7 +9,7 @@ fi
if [ -d tests ]
then
cd tests
go get -u -t ./...
go get -t ./...
go mod download
go mod tidy
cd ..