Skip to content

Commit

Permalink
ci: add go1.17rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Aug 4, 2021
1 parent 8772c4d commit 6db56cf
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 @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.15.x, 1.16.x]
go-version: [1.15.x, 1.16.x, 1.17.0-rc2]
rootless: ["rootless", ""]
race: ["-race", ""]

Expand Down

0 comments on commit 6db56cf

Please sign in to comment.