Skip to content

Commit 0b31beb

Browse files
committed
ci: Run tests with go 1.19 and 1.20 (abandon 1.18)
Signed-off-by: Stefan Berger <[email protected]>
1 parent 523674c commit 0b31beb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
tests:
6262
strategy:
6363
matrix:
64-
go: [1.18, 1.19]
64+
go: ["1.20", "1.19"]
6565
os: [ubuntu-22.04, windows-2022]
6666

6767
name: Tests / ${{ matrix.os }} / ${{ matrix.go }}

0 commit comments

Comments
 (0)