Add go 1.19, require go 1.18, drop go 1.17

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2022-06-16 10:29:10 -07:00
parent 0f4bf2c840
commit b7dcdcecb4
5 changed files with 4 additions and 16 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.17.x, 1.18.x]
go-version: [1.18.x, 1.19.x]
rootless: ["rootless", ""]
race: ["-race", ""]
criu: [""]
+1 -1
View File
@@ -8,7 +8,7 @@ on:
- release-*
pull_request:
env:
GO_VERSION: 1.18.x
GO_VERSION: 1.19.x
permissions:
contents: read