build with go1.16 (#6213)

Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
Alessio Treglia
2021-03-05 15:59:25 +00:00
committed by GitHub
co-authored by Marko
parent 5a7ac0abdb
commit d27cc6e5e9
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '1.15'
go-version: '1.16'
- run: echo https://github.com/tendermint/tendermint/blob/${GITHUB_REF#refs/tags/}/CHANGELOG.md#${GITHUB_REF#refs/tags/} > ../release_notes.md
if: startsWith(github.ref, 'refs/tags/')