Skip to content

Commit

Permalink
CI: use go 1.18 and 1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
  • Loading branch information
vrothberg committed Aug 24, 2022
1 parent 32c9942 commit 9464fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.16.x, 1.17.x]
go-version: [1.18.x, 1.19.x]
race: ["-race", ""]

steps:
Expand Down

0 comments on commit 9464fc8

Please sign in to comment.