Skip to content

Commit fd0d031

Browse files
committed
.github: update Go versions to 1.25.x and 1.26.x
staticcheck v0.7.0 requires Go >= 1.25.0, which causes CI to fail on Go 1.24.x. Update the test matrix to use Go 1.25.x and 1.26.x, the two most recent stable release series.
1 parent 9e9f4a5 commit fd0d031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: ['1.24.x', '1.25.x']
7+
go-version: ['1.25.x', '1.26.x']
88
platform: [ubuntu-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:

0 commit comments

Comments
 (0)