stellar / system-test

Home of the stellar/stellar-system-test docker image for e2e system testing
1 stars 5 forks source link

fix: run 'go mod tidy' #49

Closed chadoh closed 1 year ago

chadoh commented 1 year ago

When trying to run system-test locally, I get Go errors if I don't first run go mod tidy

Let's commit these changes so other people don't encounter this error

paulbellamy commented 1 year ago

Which go version are you on? 1.20.2?

chadoh commented 1 year ago
go version go1.19.3 darwin/arm64

I'll update, thanks

paulbellamy commented 1 year ago

No worries, I just had the same issue the other day