Skip to content

Commit

Permalink
Install the right version of Golang before build.
Browse files Browse the repository at this point in the history
  • Loading branch information
notsure2 committed Feb 4, 2022
1 parent 45fcf03 commit fdecc61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17.0'
- name: Build
run: |
export PATH=${PATH}:`go env GOPATH`/bin
v=${GITHUB_REF#refs/*/} sh ./release.sh
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit fdecc61

Please sign in to comment.