We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1903ef commit 2e8c70bCopy full SHA for 2e8c70b
1 file changed
.github/workflows/test.yml
@@ -21,11 +21,11 @@ jobs:
21
contents: read # for actions/checkout to fetch code
22
strategy:
23
matrix:
24
- go-version: [1.x, 1.25.x]
+ go-version: [1.25.x]
25
platform: [ubuntu-latest]
26
include:
27
# only update test coverage stats with the most recent go version on linux
28
- - go-version: 1.x
+ - go-version: 1.25.x
29
platform: ubuntu-latest
30
update-coverage: true
31
runs-on: ${{ matrix.platform }}
0 commit comments