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 fd0731e commit 81e5c55Copy full SHA for 81e5c55
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Set up Go
36
uses: actions/setup-go@v3
37
with:
38
- go-version: 1.21.x
+ go-version-file: 'go.mod'
39
40
- name: Build
41
run: |
.github/workflows/testacc.yml
@@ -37,7 +37,7 @@ jobs:
- name: Wait Cloudstack to be ready
42
43
echo "Starting Cloudstack health check"
0 commit comments