Skip to content

Commit

Permalink
ci/gha: add go 1.23-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Jul 26, 2024
1 parent 459ce2f commit 649ec2c
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 @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-24.04, actuated-arm64-6cpu-8gb]
go-version: [1.21.x, 1.22.x]
go-version: [1.21.x, 1.22.x, 1.23.0-rc.2]
rootless: ["rootless", ""]
race: ["-race", ""]
criu: ["", "criu-dev"]
Expand Down

0 comments on commit 649ec2c

Please sign in to comment.