Skip to content

Commit 2e8c70b

Browse files
committed
Update Go version matrix in test workflow
Removed '1.x' from the Go version matrix, now only testing with '1.25.x'. Updated the coverage update condition to match the new version.
1 parent a1903ef commit 2e8c70b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
contents: read # for actions/checkout to fetch code
2222
strategy:
2323
matrix:
24-
go-version: [1.x, 1.25.x]
24+
go-version: [1.25.x]
2525
platform: [ubuntu-latest]
2626
include:
2727
# only update test coverage stats with the most recent go version on linux
28-
- go-version: 1.x
28+
- go-version: 1.25.x
2929
platform: ubuntu-latest
3030
update-coverage: true
3131
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)