Skip to content

Commit

Permalink
Explicitly select Go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tmsmr committed Oct 17, 2021
1 parent 71f70d5 commit 44903b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-fanctl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: store tag name
id: store_tag
run: echo "::set-output name=release_tag::${GITHUB_REF/refs\/tags\//}"
Expand Down

0 comments on commit 44903b9

Please sign in to comment.