Skip to content

Commit 0aeabbd

Browse files
committed
gha: test against go1.13 (oldest), go1.21 and go1.22
Keeping the oldest version in the matrix, as that's defined as minimum in go.mod, but testing against latest and previous. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent fe02cdd commit 0aeabbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 10
1414
strategy:
1515
matrix:
16-
go-version: [1.13.x, 1.18.x, 1.19.x]
16+
go-version: [1.13.x, 1.21.x, 1.22.x]
1717
platform: [ubuntu-latest]
1818
runs-on: ${{ matrix.platform }}
1919
steps:

0 commit comments

Comments
 (0)