Author | SHA1 | Message | Date |
---|---|---|---|
Alessio Treglia |
0de4bec862
|
use Cleanup(),TempDir() in test cases (#5723)
Replace defer with t.Cleanup(). Replace the combination of ioutil.TempDir, error checking and defer os.RemoveAll() with Go testing.T's new TempDir() helper. Mark auxiliary functions as test helpers. |
4 years ago |
Anton Kaliaev |
7041cae8e1
|
bump go version to 1.15 (#5639) | 4 years ago |
Marko |
d0db59e16c
|
ci: add goreleaser (#5527)
Co-authored-by: Erik Grinaker <erik@interchain.berlin> Co-authored-by: Alessio Treglia <alessio@tendermint.com> |
4 years ago |