|
28 | 28 | fetch-depth: 1
|
29 | 29 | - uses: actions/setup-go@v5
|
30 | 30 | with:
|
31 |
| - go-version: 1.21.x |
| 31 | + go-version: 1.22.x |
32 | 32 | - name: Run golangci-lint
|
33 | 33 |
|
34 | 34 | with:
|
|
63 | 63 | strategy:
|
64 | 64 | fail-fast: false
|
65 | 65 | matrix:
|
66 |
| - # For Linux we have to support an old release of Go |
67 |
| - go-version: ["1.20.x", "1.21.x", "1.22.0-rc.1"] |
| 66 | + # For non-Homebrew we have to support an old release of Go |
| 67 | + go-version: ["1.21.x", "1.22.x"] |
68 | 68 | steps:
|
69 | 69 | - uses: actions/checkout@v4
|
70 | 70 | with:
|
@@ -117,7 +117,7 @@ jobs:
|
117 | 117 | fetch-depth: 1
|
118 | 118 | - uses: actions/setup-go@v5
|
119 | 119 | with:
|
120 |
| - go-version: 1.21.x |
| 120 | + go-version: 1.22.x |
121 | 121 | - name: Unit tests
|
122 | 122 | run: go test -v ./...
|
123 | 123 | - name: Make
|
@@ -146,7 +146,7 @@ jobs:
|
146 | 146 | fetch-depth: 1
|
147 | 147 | - uses: actions/setup-go@v5
|
148 | 148 | with:
|
149 |
| - go-version: 1.21.x |
| 149 | + go-version: 1.22.x |
150 | 150 | - name: Cache ~/Library/Caches/lima/download
|
151 | 151 | uses: actions/cache@v4
|
152 | 152 | with:
|
@@ -315,7 +315,7 @@ jobs:
|
315 | 315 | fetch-depth: 1
|
316 | 316 | - uses: actions/setup-go@v5
|
317 | 317 | with:
|
318 |
| - go-version: 1.21.x |
| 318 | + go-version: 1.22.x |
319 | 319 | - name: Cache ~/Library/Caches/lima/download
|
320 | 320 | uses: actions/cache@v4
|
321 | 321 | with:
|
@@ -389,7 +389,7 @@ jobs:
|
389 | 389 | fetch-depth: 0
|
390 | 390 | - uses: actions/setup-go@v5
|
391 | 391 | with:
|
392 |
| - go-version: 1.21.x |
| 392 | + go-version: 1.22.x |
393 | 393 | - name: Cache ~/Library/Caches/lima/download
|
394 | 394 | uses: actions/cache@v4
|
395 | 395 | with:
|
@@ -421,7 +421,7 @@ jobs:
|
421 | 421 | fetch-depth: 1
|
422 | 422 | - uses: actions/setup-go@v5
|
423 | 423 | with:
|
424 |
| - go-version: 1.21.x |
| 424 | + go-version: 1.22.x |
425 | 425 | - name: Cache ~/Library/Caches/lima/download
|
426 | 426 | uses: actions/cache@v4
|
427 | 427 | with:
|
|
0 commit comments