|
31 | 31 | fetch-depth: 0
|
32 | 32 | - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
|
33 | 33 | with:
|
34 |
| - go-version: 1.23.x |
| 34 | + go-version: 1.24.x |
35 | 35 | - name: Install protoc
|
36 | 36 | run: |
|
37 | 37 | sudo apt-get update
|
|
96 | 96 | fail-fast: false
|
97 | 97 | matrix:
|
98 | 98 | # For non-Homebrew we have to support an old release of Go
|
99 |
| - go-version: ["1.22.x", "1.23.x"] |
| 99 | + go-version: ["1.23.x", "1.24.x"] |
100 | 100 | steps:
|
101 | 101 | - name: Install test dependencies
|
102 | 102 | run: |
|
@@ -155,7 +155,7 @@ jobs:
|
155 | 155 | fetch-depth: 1
|
156 | 156 | - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
|
157 | 157 | with:
|
158 |
| - go-version: 1.23.x |
| 158 | + go-version: 1.24.x |
159 | 159 | - name: Unit tests
|
160 | 160 | run: go test -v ./...
|
161 | 161 | - name: Make
|
@@ -188,7 +188,7 @@ jobs:
|
188 | 188 | fetch-depth: 0
|
189 | 189 | - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
|
190 | 190 | with:
|
191 |
| - go-version: 1.23.x |
| 191 | + go-version: 1.24.x |
192 | 192 | - name: Unit tests
|
193 | 193 | run: go test -v ./...
|
194 | 194 | - name: Make
|
@@ -259,7 +259,7 @@ jobs:
|
259 | 259 | fetch-depth: 1
|
260 | 260 | - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
|
261 | 261 | with:
|
262 |
| - go-version: 1.23.x |
| 262 | + go-version: 1.24.x |
263 | 263 | - name: Make
|
264 | 264 | run: make
|
265 | 265 | - name: Install
|
@@ -310,7 +310,7 @@ jobs:
|
310 | 310 | ref: ${{ github.event.pull_request.head.sha }}
|
311 | 311 | - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
|
312 | 312 | with:
|
313 |
| - go-version: 1.23.x |
| 313 | + go-version: 1.24.x |
314 | 314 | - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
|
315 | 315 | with:
|
316 | 316 | path: ~/.cache/lima/download
|
@@ -355,7 +355,7 @@ jobs:
|
355 | 355 | fetch-depth: 1
|
356 | 356 | - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
|
357 | 357 | with:
|
358 |
| - go-version: 1.23.x |
| 358 | + go-version: 1.24.x |
359 | 359 | - name: Make
|
360 | 360 | run: make
|
361 | 361 | - name: Install
|
@@ -418,7 +418,7 @@ jobs:
|
418 | 418 | filter: tree:0
|
419 | 419 | - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
|
420 | 420 | with:
|
421 |
| - go-version: 1.23.x |
| 421 | + go-version: 1.24.x |
422 | 422 | - name: Cache image used by ${{ matrix.oldver }}/examples/ubuntu-lts.yaml
|
423 | 423 | uses: ./.github/actions/setup_cache_for_template
|
424 | 424 | with:
|
@@ -455,7 +455,7 @@ jobs:
|
455 | 455 | fetch-depth: 1
|
456 | 456 | - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
|
457 | 457 | with:
|
458 |
| - go-version: 1.23.x |
| 458 | + go-version: 1.24.x |
459 | 459 | - name: Make
|
460 | 460 | run: make
|
461 | 461 | - name: Install
|
|
0 commit comments