Skip to content

Commit

Permalink
Use Go v1.17.x for create-release GA
Browse files Browse the repository at this point in the history
Apparently this is required for ghr now.
  • Loading branch information
apetresc committed Aug 20, 2022
1 parent 1207727 commit 6e29df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 14.x
- uses: actions/setup-go@v3
with:
go-version: 1.13.x
go-version: 1.17.x
- name: Extract info
id: info
run: |
Expand Down

0 comments on commit 6e29df5

Please sign in to comment.