|
28 | 28 | fetch-depth: 1
|
29 | 29 | - uses: actions/setup-go@v5
|
30 | 30 | with:
|
31 |
| - go-version: 1.22.x |
| 31 | + go-version: 1.23.x |
32 | 32 | - name: Install protoc
|
33 | 33 | run: |
|
34 | 34 | sudo apt-get update
|
|
38 | 38 | - name: Run golangci-lint
|
39 | 39 |
|
40 | 40 | with:
|
41 |
| - version: v1.59.1 |
| 41 | + version: v1.60.1 |
42 | 42 | args: --verbose --timeout=10m
|
43 | 43 | - name: Run yamllint
|
44 | 44 | run: yamllint .
|
|
72 | 72 | fail-fast: false
|
73 | 73 | matrix:
|
74 | 74 | # For non-Homebrew we have to support an old release of Go
|
75 |
| - go-version: ["1.21.x", "1.22.x"] |
| 75 | + go-version: ["1.22.x", "1.23.x"] |
76 | 76 | steps:
|
77 | 77 | - name: Install test dependencies
|
78 | 78 | run: |
|
@@ -127,7 +127,7 @@ jobs:
|
127 | 127 | fetch-depth: 1
|
128 | 128 | - uses: actions/setup-go@v5
|
129 | 129 | with:
|
130 |
| - go-version: 1.22.x |
| 130 | + go-version: 1.23.x |
131 | 131 | - name: Unit tests
|
132 | 132 | run: go test -v ./...
|
133 | 133 | - name: Make
|
@@ -156,7 +156,7 @@ jobs:
|
156 | 156 | fetch-depth: 1
|
157 | 157 | - uses: actions/setup-go@v5
|
158 | 158 | with:
|
159 |
| - go-version: 1.22.x |
| 159 | + go-version: 1.23.x |
160 | 160 | - name: Cache ~/Library/Caches/lima/download
|
161 | 161 | uses: actions/cache@v4
|
162 | 162 | with:
|
@@ -226,7 +226,7 @@ jobs:
|
226 | 226 | fetch-depth: 1
|
227 | 227 | - uses: actions/setup-go@v5
|
228 | 228 | with:
|
229 |
| - go-version: 1.22.x |
| 229 | + go-version: 1.23.x |
230 | 230 | - id: path_for_hashFiles
|
231 | 231 | # It seems that `hashFiles` cannot use `..` as a path component, so generate a normalized path here.
|
232 | 232 | run: echo "NORMALIZED=$(realpath --relative-to=$PWD examples/${{ matrix.template }})" >> "$GITHUB_OUTPUT"
|
@@ -282,7 +282,7 @@ jobs:
|
282 | 282 | ref: ${{ github.event.pull_request.head.sha }}
|
283 | 283 | - uses: actions/setup-go@v5
|
284 | 284 | with:
|
285 |
| - go-version: 1.22.x |
| 285 | + go-version: 1.23.x |
286 | 286 | - uses: actions/cache@v4
|
287 | 287 | with:
|
288 | 288 | path: ~/.cache/lima/download
|
@@ -327,7 +327,7 @@ jobs:
|
327 | 327 | fetch-depth: 1
|
328 | 328 | - uses: actions/setup-go@v5
|
329 | 329 | with:
|
330 |
| - go-version: 1.22.x |
| 330 | + go-version: 1.23.x |
331 | 331 | - name: Cache ~/Library/Caches/lima/download
|
332 | 332 | uses: actions/cache@v4
|
333 | 333 | with:
|
@@ -379,7 +379,7 @@ jobs:
|
379 | 379 | fetch-depth: 0
|
380 | 380 | - uses: actions/setup-go@v5
|
381 | 381 | with:
|
382 |
| - go-version: 1.22.x |
| 382 | + go-version: 1.23.x |
383 | 383 | - name: Cache ~/Library/Caches/lima/download
|
384 | 384 | uses: actions/cache@v4
|
385 | 385 | with:
|
@@ -413,7 +413,7 @@ jobs:
|
413 | 413 | fetch-depth: 1
|
414 | 414 | - uses: actions/setup-go@v5
|
415 | 415 | with:
|
416 |
| - go-version: 1.22.x |
| 416 | + go-version: 1.23.x |
417 | 417 | - id: path_for_hashFiles
|
418 | 418 | # It seems that `hashFiles` cannot use `..` as a path component, so generate a normalized path here.
|
419 | 419 | run: echo "NORMALIZED=$(realpath examples/${{ matrix.template }})" >> "$GITHUB_OUTPUT"
|
|
0 commit comments