Skip to content

Commit 6b86d03

Browse files
committed
fix: use actions/setup-go in assets.yml workflow
1 parent 56b0f5f commit 6b86d03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/assets.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
with:
1616
fetch-depth: 1
1717

18+
- uses: actions/setup-go@v2
19+
with:
20+
go-version: '1.17'
21+
1822
- name: Build release assets
1923
run: make release
2024

0 commit comments

Comments
 (0)