backport ci migration (#5758)

backport ci migration from circle to github actions
This commit is contained in:
Marko
2020-12-09 15:59:57 +01:00
committed by GitHub
parent 37010ad5b2
commit 5359e9fed3
23 changed files with 514 additions and 2019 deletions

View File

@@ -34,6 +34,7 @@ type Protocol uint64
// Uint64 returns the Protocol version as a uint64,
// eg. for compatibility with ABCI types.
func (p Protocol) Uint64() uint64 {
return uint64(p)
}