Skip to content

Commit c5a3b65

Browse files
committed
ci: test on go1.13.x, oldstable, stable
Test the oldest version supported by the module, and currently supported versions. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent d5a31fa commit c5a3b65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 10
1919
strategy:
2020
matrix:
21-
go-version: [1.13.x, 1.21.x, 1.22.x]
21+
go-version: [1.13.x, oldstable, stable]
2222
platform: [ubuntu-latest]
2323
runs-on: ${{ matrix.platform }}
2424
steps:

0 commit comments

Comments
 (0)