|
10 | 10 | CI_MAX_KERNEL_VERSION: '6.16'
|
11 | 11 | CI_MAX_EFW_VERSION: '0.21.0'
|
12 | 12 | CI_MIN_CLANG_VERSION: '13'
|
13 |
| - go_version: '~1.24' |
14 |
| - prev_go_version: '~1.23' |
| 13 | + go_version: '~1.25' |
| 14 | + prev_go_version: '~1.24' |
15 | 15 | CGO_ENABLED: '0'
|
16 | 16 | # Sync with Pipfile and netlify.toml.
|
17 | 17 | python_version: '~3.13'
|
@@ -142,7 +142,7 @@ jobs:
|
142 | 142 | go-version: '${{ env.prev_go_version }}'
|
143 | 143 |
|
144 | 144 | - run: go install lmb.io/vimto@latest
|
145 |
| - - run: go install gotest.tools/[email protected].0 |
| 145 | + - run: go install gotest.tools/[email protected].3 |
146 | 146 | - run: sudo apt-get update && sudo apt-get install -y --no-install-recommends qemu-system-x86
|
147 | 147 | - run: sudo chmod 0666 /dev/kvm
|
148 | 148 |
|
@@ -188,7 +188,7 @@ jobs:
|
188 | 188 | with:
|
189 | 189 | go-version: '${{ env.go_version }}'
|
190 | 190 |
|
191 |
| - - run: go install gotest.tools/[email protected].0 |
| 191 | + - run: go install gotest.tools/[email protected].3 |
192 | 192 |
|
193 | 193 | - name: Test
|
194 | 194 | # Skip TestGoarches/loong64 because the GH arm64 Go toolchain seems to be weird.
|
@@ -234,7 +234,7 @@ jobs:
|
234 | 234 | with:
|
235 | 235 | go-version: '${{ env.go_version }}'
|
236 | 236 |
|
237 |
| - - run: go install gotest.tools/[email protected].0 |
| 237 | + - run: go install gotest.tools/[email protected].3 |
238 | 238 | - run: go install lmb.io/vimto@latest
|
239 | 239 | - run: sudo apt-get update && sudo apt-get install -y --no-install-recommends qemu-system-x86
|
240 | 240 | - run: sudo chmod 0666 /dev/kvm
|
@@ -368,7 +368,7 @@ jobs:
|
368 | 368 | with:
|
369 | 369 | go-version: '${{ env.go_version }}'
|
370 | 370 |
|
371 |
| - - run: go install gotest.tools/[email protected].0 |
| 371 | + - run: go install gotest.tools/[email protected].3 |
372 | 372 |
|
373 | 373 | - name: Test
|
374 | 374 | run: >
|
|
0 commit comments