We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b75cfb commit d17cc89Copy full SHA for d17cc89
.github/workflows/release.yml
@@ -21,6 +21,8 @@ jobs:
21
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
22
23
- uses: actions/setup-go@v2
24
+ with:
25
+ go-version: '^1.17'
26
27
- name: Build linux packages
28
run: |
0 commit comments