Files
kubernetes/staging/publishing
Nikhita Raghunath 946aea4896 staging/publishing: add -mod=mod for smoke tests for go1.16
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).
2021-03-03 09:55:27 +05:30
..