[1.1] ci/gha: rm unsup Go 1.19.x, add 1.21.x

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2023-08-08 18:44:33 -07:00
parent ac310917d5
commit 1c52424228
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.17.x, 1.19.x, 1.20.x]
go-version: [1.17.x, 1.20.x, 1.21.x]
rootless: ["rootless", ""]
race: ["-race", ""]
criu: [""]
+1 -1
View File
@@ -8,7 +8,7 @@ on:
- release-*
pull_request:
env:
GO_VERSION: 1.19.x
GO_VERSION: 1.20.x
jobs:
keyring: