|
47 | 47 | uses: actions/setup-go@v5 |
48 | 48 | with: |
49 | 49 | go-version-file: 'go-controller/go.mod' |
50 | | - cache-dependency-path: "**/*.sum" |
| 50 | + # Disabling cache to avoid warnings until these two issues are fixed |
| 51 | + # https://github.com/actions/setup-go/issues/424 |
| 52 | + # https://github.com/actions/setup-go/issues/403 |
| 53 | + # cache-dependency-path: "**/*.sum" |
| 54 | + cache: false |
51 | 55 | id: go |
52 | 56 |
|
53 | 57 | - name: Verify |
@@ -103,7 +107,11 @@ jobs: |
103 | 107 | uses: actions/setup-go@v5 |
104 | 108 | with: |
105 | 109 | go-version-file: 'go-controller/go.mod' |
106 | | - cache-dependency-path: "**/*.sum" |
| 110 | + # Disabling cache to avoid warnings until these two issues are fixed |
| 111 | + # https://github.com/actions/setup-go/issues/424 |
| 112 | + # https://github.com/actions/setup-go/issues/403 |
| 113 | + # cache-dependency-path: "**/*.sum" |
| 114 | + cache: false |
107 | 115 | id: go |
108 | 116 |
|
109 | 117 | - name: Build - from master branch |
@@ -181,7 +189,11 @@ jobs: |
181 | 189 | uses: actions/setup-go@v5 |
182 | 190 | with: |
183 | 191 | go-version-file: 'go-controller/go.mod' |
184 | | - cache-dependency-path: "**/*.sum" |
| 192 | + # Disabling cache to avoid warnings until these two issues are fixed |
| 193 | + # https://github.com/actions/setup-go/issues/424 |
| 194 | + # https://github.com/actions/setup-go/issues/403 |
| 195 | + # cache-dependency-path: "**/*.sum" |
| 196 | + cache: false |
185 | 197 | id: go |
186 | 198 |
|
187 | 199 | - name: Install VRF kernel module |
@@ -285,7 +297,11 @@ jobs: |
285 | 297 | uses: actions/setup-go@v5 |
286 | 298 | with: |
287 | 299 | go-version-file: 'go-controller/go.mod' |
288 | | - cache-dependency-path: "**/*.sum" |
| 300 | + # Disabling cache to avoid warnings until these two issues are fixed |
| 301 | + # https://github.com/actions/setup-go/issues/424 |
| 302 | + # https://github.com/actions/setup-go/issues/403 |
| 303 | + # cache-dependency-path: "**/*.sum" |
| 304 | + cache: false |
289 | 305 | id: go |
290 | 306 |
|
291 | 307 | - name: Set up environment |
@@ -520,7 +536,11 @@ jobs: |
520 | 536 | uses: actions/setup-go@v5 |
521 | 537 | with: |
522 | 538 | go-version-file: 'go-controller/go.mod' |
523 | | - cache-dependency-path: "**/*.sum" |
| 539 | + # Disabling cache to avoid warnings until these two issues are fixed |
| 540 | + # https://github.com/actions/setup-go/issues/424 |
| 541 | + # https://github.com/actions/setup-go/issues/403 |
| 542 | + # cache-dependency-path: "**/*.sum" |
| 543 | + cache: false |
524 | 544 | id: go |
525 | 545 |
|
526 | 546 | - name: Set up environment |
@@ -684,7 +704,11 @@ jobs: |
684 | 704 | uses: actions/setup-go@v5 |
685 | 705 | with: |
686 | 706 | go-version-file: 'go-controller/go.mod' |
687 | | - cache-dependency-path: "**/*.sum" |
| 707 | + # Disabling cache to avoid warnings until these two issues are fixed |
| 708 | + # https://github.com/actions/setup-go/issues/424 |
| 709 | + # https://github.com/actions/setup-go/issues/403 |
| 710 | + # cache-dependency-path: "**/*.sum" |
| 711 | + cache: false |
688 | 712 | id: go |
689 | 713 |
|
690 | 714 | - name: Set up environment |
|
0 commit comments