|
25 | 25 | runs-on: ubuntu-22.04
|
26 | 26 | steps:
|
27 | 27 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
28 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a |
| 28 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 |
29 | 29 | with:
|
30 | 30 | go-version: ${{env.GO_VERSION}}
|
31 | 31 | - name: Download Dependencies
|
|
50 | 50 | runs-on: ubuntu-22.04
|
51 | 51 | steps:
|
52 | 52 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
53 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a |
| 53 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 |
54 | 54 | with:
|
55 | 55 | go-version: ${{env.GO_VERSION}}
|
56 | 56 | - name: Download Dependencies
|
|
63 | 63 | runs-on: ubuntu-22.04
|
64 | 64 | steps:
|
65 | 65 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
66 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a |
| 66 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 |
67 | 67 | with:
|
68 | 68 | go-version: ${{env.GO_VERSION}}
|
69 | 69 | - name: Install libvirt
|
|
81 | 81 | runs-on: ubuntu-22.04
|
82 | 82 | steps:
|
83 | 83 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
84 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a |
| 84 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 |
85 | 85 | with:
|
86 | 86 | go-version: ${{env.GO_VERSION}}
|
87 | 87 | - name: Install libvirt
|
@@ -128,7 +128,7 @@ jobs:
|
128 | 128 | echo "--------------------------"
|
129 | 129 | docker ps || true
|
130 | 130 | echo "--------------------------"
|
131 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a |
| 131 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 |
132 | 132 | with:
|
133 | 133 | cache: false
|
134 | 134 | go-version: ${{env.GO_VERSION}}
|
@@ -228,7 +228,7 @@ jobs:
|
228 | 228 | echo "--------------------------"
|
229 | 229 | docker ps || true
|
230 | 230 | echo "--------------------------"
|
231 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a |
| 231 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 |
232 | 232 | with:
|
233 | 233 | cache: false
|
234 | 234 | go-version: ${{env.GO_VERSION}}
|
@@ -346,7 +346,7 @@ jobs:
|
346 | 346 | echo "--------------------------"
|
347 | 347 | docker ps || true
|
348 | 348 | echo "--------------------------"
|
349 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a |
| 349 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 |
350 | 350 | with:
|
351 | 351 | cache: false
|
352 | 352 | go-version: ${{env.GO_VERSION}}
|
@@ -451,7 +451,7 @@ jobs:
|
451 | 451 | echo "--------------------------"
|
452 | 452 | podman ps || true
|
453 | 453 | echo "--------------------------"
|
454 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a |
| 454 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 |
455 | 455 | with:
|
456 | 456 | cache: false
|
457 | 457 | go-version: ${{env.GO_VERSION}}
|
@@ -537,7 +537,7 @@ jobs:
|
537 | 537 | curl -LO "https://dl.k8s.io/release/$(curl -sSL https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
|
538 | 538 | sudo install kubectl /usr/local/bin/kubectl
|
539 | 539 | kubectl version --client=true
|
540 |
| - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a |
| 540 | + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 |
541 | 541 | with:
|
542 | 542 | cache: false
|
543 | 543 | go-version: ${{env.GO_VERSION}}
|
|
0 commit comments