We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a57e6 commit ae96aa3Copy full SHA for ae96aa3
.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.9.0
+ version: 3.x
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