Avoid updating the go.mod file.
This commit is contained in:
parent
b067c10de6
commit
b6a03fa947
@ -9,7 +9,7 @@ fi
|
|||||||
if [ -d tests ]
|
if [ -d tests ]
|
||||||
then
|
then
|
||||||
cd tests
|
cd tests
|
||||||
go get -u -t ./...
|
go get -t ./...
|
||||||
go mod download
|
go mod download
|
||||||
go mod tidy
|
go mod tidy
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user