We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e494d3c commit 02e194aCopy full SHA for 02e194a
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
16
strategy:
17
matrix:
18
- go-version: [1.18.x, 1.19.x]
+ go-version: [1.18.x, 1.19.x, 1.20.x]
19
os: [ubuntu-22.04]
20
21
steps:
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
- go-version: [1.19.x]
+ go-version: [1.20.x]
49
50
51
@@ -65,7 +65,7 @@ jobs:
65
66
- uses: golangci/golangci-lint-action@v3
67
with:
68
- version: v1.50.1
+ version: v1.51.1
69
working-directory: src/github.com/containerd/go-runc
70
args: --timeout=5m
71
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
82
0 commit comments