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 383d09c commit f9aa597Copy full SHA for f9aa597
.github/workflows/check-go-cross-build-task.yml
@@ -74,7 +74,7 @@ jobs:
74
uses: arduino/setup-task@v1
75
with:
76
repo-token: ${{ secrets.GITHUB_TOKEN }}
77
- version: 3.x
+ version: 3.9.0
78
79
- name: Build native
80
run: task build
.github/workflows/test-go-integration-task.yml
@@ -95,7 +95,7 @@ jobs:
95
96
97
98
99
100
- name: Run integration tests
101
run: task go:test-integration
.github/workflows/test-go-task.yml
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
- name: Run tests
env:
0 commit comments