Skip to content

Commit 02e194a

Browse files
committed
Add Go 1.20 support
Signed-off-by: Austin Vazquez <[email protected]>
1 parent e494d3c commit 02e194a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
go-version: [1.18.x, 1.19.x]
18+
go-version: [1.18.x, 1.19.x, 1.20.x]
1919
os: [ubuntu-22.04]
2020

2121
steps:
@@ -45,7 +45,7 @@ jobs:
4545

4646
strategy:
4747
matrix:
48-
go-version: [1.19.x]
48+
go-version: [1.20.x]
4949
os: [ubuntu-22.04]
5050

5151
steps:
@@ -65,7 +65,7 @@ jobs:
6565
6666
- uses: golangci/golangci-lint-action@v3
6767
with:
68-
version: v1.50.1
68+
version: v1.51.1
6969
working-directory: src/github.com/containerd/go-runc
7070
args: --timeout=5m
7171

@@ -76,7 +76,7 @@ jobs:
7676

7777
strategy:
7878
matrix:
79-
go-version: [1.18.x, 1.19.x]
79+
go-version: [1.18.x, 1.19.x, 1.20.x]
8080
os: [ubuntu-22.04]
8181

8282
steps:

0 commit comments

Comments
 (0)