M. J. Fromberger
f361ce09b3
Update Go toolchains to 1.17 in Actions workflows. ( #7049 )
3 years ago
Tess Rinearson
6d5ff590c3
contributing: remove release_notes.md reference ( #6846 )
3 years ago
dependabot[bot]
6cd07682ae
build(deps): Bump actions/checkout from 2 to 2.3.4 ( #6456 )
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Alessio Treglia
d27cc6e5e9
build with go1.16 ( #6213 )
Co-authored-by: Marko <marbar3778@yahoo.com>
4 years ago
Marko
bc1f1e5ffa
ci: run `goreleaser build` ( #5824 )
# Description
- run build when on a branch matching RC[0-9]/**, in accordance with contributing.md release guide.
Closes : #5695
4 years ago
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