Skip to content

Commit

Permalink
pin a go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Smith committed Nov 19, 2021
1 parent e482de8 commit fda1fa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ runs:
# build script, but there's no way to conditionalize it that I can figure
# out.
- uses: actions/setup-go@v2
with:
go-version: '1.16'
- run: ${{ github.action_path }}/build_and_release.sh
env:
GITHUB_REPOSITORY: ${{ github.repository }}
Expand Down

0 comments on commit fda1fa6

Please sign in to comment.