Skip to content

Commit ce5688c

Browse files
committed
ci: Update Go matrix
Signed-off-by: Albin Kerouanton <[email protected]>
1 parent 58542c7 commit ce5688c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 10
1414
strategy:
1515
matrix:
16-
go: ["1.13.x", "1.15.x", "1.16.x"]
16+
go: ["1.13.x", "1.20.x", "1.21.x"]
1717
platform: [ubuntu-20.04]
1818
runs-on: ${{ matrix.platform }}
1919
steps:
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 10
3636
strategy:
3737
matrix:
38-
go: ["1.13.x", "1.15.x", "1.16.x"]
38+
go: ["1.13.x", "1.20.x", "1.21.x"]
3939
platform: [windows-latest, macos-latest]
4040
runs-on: ${{ matrix.platform }}
4141
steps:

0 commit comments

Comments
 (0)