Avoid updating the go.mod file.
This commit is contained in:
parent
b067c10de6
commit
b6a03fa947
@ -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 ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user