Skip to content

Commit 98d9b15

Browse files
committed
ci: run linux tests on 1.24, 1.25 and tip
1 parent 839752d commit 98d9b15

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/tests-linux.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ jobs:
44
tests-linux:
55
strategy:
66
matrix:
7-
go-version: [1.23.x, 1.24.x, 1.25.x]
7+
go-version: [1.24.x, 1.25.x, tip]
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
11-
- uses: actions/setup-go@v5
12-
with:
13-
go-version-file: go.mod
10+
- uses: actions/checkout@v5
11+
- uses: actions/setup-go@v6
1412
- name: go mod tidy check
1513
run: go mod tidy -diff
1614
- name: Tests

0 commit comments

Comments
 (0)