Closed chadoh closed 1 year ago
When trying to run system-test locally, I get Go errors if I don't first run go mod tidy
go mod tidy
Let's commit these changes so other people don't encounter this error
Which go version are you on? 1.20.2?
1.20.2
go version go1.19.3 darwin/arm64
I'll update, thanks
No worries, I just had the same issue the other day
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