Skip to content

Commit 7a7d877

Browse files
committed
gha: update to test against Go "oldest", stable and oldstable
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent fa05a2b commit 7a7d877

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
build:
1818
strategy:
1919
matrix:
20-
go-version: [1.21.x, 1.22.x]
20+
go-version:
21+
- 1.20.x # oldest supported (see go.mod)
22+
- oldstable
23+
- stable
2124
os: [ubuntu-latest, windows-latest, macos-latest]
2225
runs-on: ${{ matrix.os }}
2326
timeout-minutes: 10

0 commit comments

Comments
 (0)