We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b69d2 commit 28ae3f8Copy full SHA for 28ae3f8
.github/workflows/release-go-task.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: arduino/setup-task@v1
40
with:
41
repo-token: ${{ secrets.GITHUB_TOKEN }}
42
- version: 3.x
+ version: 3.9.0
43
44
- name: Build
45
run: task dist:all
.github/workflows/test-go-task.yml
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
- name: Run tests
92
env:
0 commit comments