Skip to content

Commit

Permalink
ci: Run tests with go 1.19 and 1.20 (abandon 1.18)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <[email protected]>
  • Loading branch information
stefanberger committed Mar 29, 2023
1 parent 523674c commit 0b31beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
tests:
strategy:
matrix:
go: [1.18, 1.19]
go: ["1.20", "1.19"]
os: [ubuntu-22.04, windows-2022]

name: Tests / ${{ matrix.os }} / ${{ matrix.go }}
Expand Down

0 comments on commit 0b31beb

Please sign in to comment.