add v21 upgrade #157
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: Gentx | |
# on: [pull_request] | |
# jobs: | |
# validate-gentx: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Install Go | |
# uses: actions/setup-go@v2.1.4 | |
# with: | |
# go-version: 1.16.7 | |
# - name: Checkout code | |
# uses: actions/checkout@v2 | |
# - name: Display go version | |
# run: go version | |
# - name: validate-gentx | |
# run: | | |
# bash -x ./scripts/validate-gentx.sh |