
With the move to go1.16, we are hitting a go bug for how `go build`/`go test` work with modules - golang/go#44129. This commit adds the `-mod=mod` flag for `go build` and `go test` commands in the smoke test rules (workaround mentioned in the issue).