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