Skip to content

Commit d17cc89

Browse files
Use go 1.17
1 parent 0b75cfb commit d17cc89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2222
2323
- uses: actions/setup-go@v2
24+
with:
25+
go-version: '^1.17'
2426

2527
- name: Build linux packages
2628
run: |

0 commit comments

Comments
 (0)